--- trunk/src/io/ForceFieldOptions.cpp 2006/06/05 18:24:45 981 +++ trunk/src/io/ForceFieldOptions.cpp 2006/07/16 02:46:27 1004 @@ -66,6 +66,8 @@ 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);