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

Comparing branches/new_design/OOPSE-2.0/src/integrators/NVT.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 104 | Line 104 | void NVT::moveA() {
104  
105      }
106      
107 <    //constraintAlgorithm->doConstrainA();
107 >    rattle->constraintA();
108  
109      // Finally, evolve chi a half step (just like a velocity) using
110      // temperature at time t, not time t+dt/2
# Line 195 | Line 195 | void NVT::moveB() {
195          }
196      
197  
198 <        //constraintAlgorithm->doConstrainB();
198 >        rattle->constraintB();
199  
200          if (fabs(prevChi - chi) <= chiTolerance_)
201              break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines