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

Comparing branches/development/src/integrators/NVE.cpp (file contents):
Revision 1715 by gezelter, Tue May 22 21:55:31 2012 UTC vs.
Revision 1764 by gezelter, Tue Jul 3 18:32:27 2012 UTC

# Line 109 | Line 109 | namespace OpenMD {
109              
110        }
111      } //end for(mol = info_->beginMolecule(i))
112    
112      flucQ_->moveA();
113      rattle_->constraintA();    
114    }    
# Line 163 | Line 162 | namespace OpenMD {
162  
163  
164    RealType NVE::calcConservedQuantity() {
165 <    return thermo.getTotalE();
165 >    return thermo.getTotalEnergy();
166    }
167  
168   } //end namespace OpenMD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines