--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/10/29 17:55:28 841 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/10/29 20:41:39 843 @@ -524,6 +524,8 @@ void SimInfo::setDefaultRcut( double theRcut ){ haveOrigRcut = 1; origRcut = theRcut; rCut = theRcut; + + notifyFortranCutOffs( &rCut, &rList, &ecr, &est ); } void SimInfo::setEcr( double theEcr ){ @@ -538,6 +540,7 @@ void SimInfo::setDefaultEcr( double theEcr ){ origEcr = theEcr; ecr = theEcr; + notifyFortranCutOffs( &rCut, &rList, &ecr, &est ); } void SimInfo::setEcr( double theEcr, double theEst ){