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

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

# Line 95 | Line 95 | void NVE::moveA(){
95          }
96      } //end for(mol = info_->beginMolecule(i))
97      
98 <    //constraintAlgorithm->doConstrainA();
98 >    rattle->constraintA();
99      
100   }    
101  
# Line 143 | Line 143 | void NVE::moveB(){
143      } //end for(mol = info_->beginMolecule(i))
144    
145  
146 <    //constraintAlgorithm->doConstrainB();
146 >    rattle->constraintB();
147  
148   }
149  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines