--- trunk/src/io/ForceFieldOptions.cpp 2006/06/05 18:24:45 981 +++ trunk/src/io/ForceFieldOptions.cpp 2006/07/16 02:48:00 1005 @@ -66,7 +66,10 @@ namespace oopse { fortranForceOptions.vdw14scale = this->getvdw14scale(); fortranForceOptions.electrostatic14scale = this->getelectrostatic14scale(); + fortranForceOptions.GayBerneMu = this->getGayBerneMu(); + fortranForceOptions.GayBerneNu = this->getGayBerneNu(); + std::string DistanceMix = this->getDistanceMixingRule(); toUpper(DistanceMix); if(DistanceMix == "ARITHMETIC"){