ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/integrators/NPT.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/integrators/NPT.cpp (file contents):
Revision 1900 by tim, Mon Dec 13 22:30:27 2004 UTC vs.
Revision 1901 by tim, Tue Jan 4 22:18:36 2005 UTC

# Line 191 | Line 191 | void NPT::moveA() {
191             }
192          }
193  
194 <        //constraintAlgorithm->doConstrainA();
194 >        rattle->constraintA();
195      }
196  
197      // Scale the box after all the positions have been moved:
# Line 282 | Line 282 | void NPT::moveB(void) {
282              }
283          }
284          
285 <        //constraintAlgorithm->doConstrainB();
285 >        rattle->constraintB();
286  
287          if ((fabs(prevChi - chi) <= chiTolerance) && this->etaConverged())
288              break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines