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

Comparing trunk/src/integrators/NVT.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 47 | Line 47 | namespace OpenMD {
47  
48   namespace OpenMD {
49  
50 <  NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), chiTolerance_ (1e-6), maxIterNum_(4) {
50 >  NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), maxIterNum_(4),
51 >                            chiTolerance_(1e-6) {
52  
53      Globals* simParams = info_->getSimParams();
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines