| 56 | 
  | 
      DefineOptionalParameterWithDefaultValue(TorsionAngleConvention, "TorsionAngleConvention", "180_is_trans"); | 
| 57 | 
  | 
      DefineOptionalParameterWithDefaultValue(vdw14scale, "vdW-14-scale", 0.0); | 
| 58 | 
  | 
      DefineOptionalParameterWithDefaultValue(electrostatic14scale, "electrostatic-14-scale", 0.0) | 
| 59 | 
– | 
      DefineOptionalParameterWithDefaultValue(dielectric, "dielectric", 1.0); | 
| 59 | 
  | 
      DefineOptionalParameterWithDefaultValue(GayBerneMu, "GayBerneMu", 2.0); | 
| 60 | 
  | 
      DefineOptionalParameterWithDefaultValue(GayBerneNu, "GayBerneNu", 1.0); | 
| 61 | 
  | 
    } | 
| 65 | 
  | 
     | 
| 66 | 
  | 
    fortranForceOptions.vdw14scale = this->getvdw14scale(); | 
| 67 | 
  | 
    fortranForceOptions.electrostatic14scale = this->getelectrostatic14scale(); | 
| 68 | 
+ | 
    fortranForceOptions.GayBerneMu = this->getGayBerneMu(); | 
| 69 | 
+ | 
    fortranForceOptions.GayBerneNu = this->getGayBerneNu(); | 
| 70 | 
  | 
 | 
| 71 | 
+ | 
 | 
| 72 | 
  | 
    std::string DistanceMix = this->getDistanceMixingRule(); | 
| 73 | 
  | 
    toUpper(DistanceMix); | 
| 74 | 
  | 
    if(DistanceMix == "ARITHMETIC"){ |