| 66 | 
  | 
     | 
| 67 | 
  | 
    fortranForceOptions.vdw14scale = this->getvdw14scale(); | 
| 68 | 
  | 
    fortranForceOptions.electrostatic14scale = this->getelectrostatic14scale(); | 
| 69 | 
+ | 
    fortranForceOptions.GayBerneMu = this->getGayBerneMu(); | 
| 70 | 
+ | 
    fortranForceOptions.GayBerneNu = this->getGayBerneNu(); | 
| 71 | 
  | 
 | 
| 72 | 
+ | 
    std::cout << "GBM = " <<  fortranForceOptions.GayBerneMu << " GBN = " << fortranForceOptions.GayBerneNu  << std::endl; | 
| 73 | 
+ | 
 | 
| 74 | 
  | 
    std::string DistanceMix = this->getDistanceMixingRule(); | 
| 75 | 
  | 
    toUpper(DistanceMix); | 
| 76 | 
  | 
    if(DistanceMix == "ARITHMETIC"){ |