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

Comparing trunk/src/integrators/NPT.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# Line 63 | Line 63 | namespace OpenMD {
63   namespace OpenMD {
64  
65    NPT::NPT(SimInfo* info) :
66 <    VelocityVerletIntegrator(info), chiTolerance(1e-6), etaTolerance(1e-6), maxIterNum_(4) {
66 >    VelocityVerletIntegrator(info), etaTolerance(1e-6), chiTolerance(1e-6),
67 >    maxIterNum_(4) {
68  
69        Globals* simParams = info_->getSimParams();
70      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines