ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 841 by mmeineke, Wed Oct 29 17:55:28 2003 UTC vs.
Revision 843 by mmeineke, Wed Oct 29 20:41:39 2003 UTC

# Line 524 | Line 524 | void SimInfo::setDefaultRcut( double theRcut ){
524    haveOrigRcut = 1;
525    origRcut = theRcut;
526    rCut = theRcut;
527 +
528 +  notifyFortranCutOffs( &rCut, &rList, &ecr, &est );
529   }
530  
531   void SimInfo::setEcr( double theEcr ){
# Line 538 | Line 540 | void SimInfo::setDefaultEcr( double theEcr ){
540    origEcr = theEcr;
541    
542    ecr = theEcr;
543 +  notifyFortranCutOffs( &rCut, &rList, &ecr, &est );
544   }
545  
546   void SimInfo::setEcr( double theEcr, double theEst ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines