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

Comparing trunk/src/integrators/NVE.cpp (file contents):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1231 by chuckv, Tue Mar 11 21:06:55 2008 UTC

# Line 135 | Line 135 | namespace oopse {
135          // velocity half step
136          vel += (dt2 /mass * OOPSEConstant::energyConvert) * frc;
137                  
138 <        integrableObject->setVel(vel);
138 >  integrableObject->setVel(vel);
139  
140          if (integrableObject->isDirectional()){
141  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines