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

Comparing trunk/src/integrators/VelocityVerletIntegrator.cpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1396 by gezelter, Sat Dec 5 02:57:05 2009 UTC

# Line 160 | Line 160 | namespace OpenMD {
160        }
161      }
162      if (useRNEMD) {
163      rnemd_->collectData();
163        if (currentSnapshot_->getTime() >= currRNEMD) {
164          rnemd_->doRNEMD();
165          currRNEMD += RNEMD_exchangeTime;
166        }
167 +      rnemd_->collectData();
168      }
169      
170      if (currentSnapshot_->getTime() >= currSample) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines