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 860 by mmeineke, Tue Nov 11 17:20:12 2003 UTC vs.
Revision 872 by chrisfen, Fri Nov 21 19:31:05 2003 UTC

# Line 542 | Line 542 | void SimInfo::setDefaultEcr( double theEcr ){
542   void SimInfo::setDefaultEcr( double theEcr ){
543  
544    haveEcr = 1;
545 +  ecr = theEcr;
546    
547    ( rCut > ecr )? rList = rCut + 1.0: rList = ecr + 1.0;
548  
548  ecr = theEcr;
549
549    notifyFortranCutOffs( &rCut, &rList, &ecr, &est );
550   }
551  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines