--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/11/11 17:20:12 860 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/11/21 19:31:05 872 @@ -542,11 +542,10 @@ void SimInfo::setDefaultEcr( double theEcr ){ void SimInfo::setDefaultEcr( double theEcr ){ haveEcr = 1; + ecr = theEcr; ( rCut > ecr )? rList = rCut + 1.0: rList = ecr + 1.0; - ecr = theEcr; - notifyFortranCutOffs( &rCut, &rList, &ecr, &est ); }