ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/integrators/NVT.cpp
(Generate patch)

Comparing branches/development/src/integrators/NVT.cpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 213 | Line 213 | namespace OpenMD {
213               sd = mol->nextIntegrableObject(j)) {
214  
215            frc = sd->getFrc();
216          vel = sd->getVel();
217
216            mass = sd->getMass();
217  
218            // velocity half step

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines