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

Comparing branches/development/src/brains/Thermo.cpp (file contents):
Revision 1723 by gezelter, Thu May 24 20:59:54 2012 UTC vs.
Revision 1733 by jmichalk, Tue Jun 5 17:48:40 2012 UTC

# Line 174 | Line 174 | namespace OpenMD {
174  
175   #endif //is_mpi
176  
177 <    kinetic = kinetic * 0.5 / PhysicalConstants::energyConvert;
177 >    kinetic = kinetic * 0.5;
178      return ( 2.0 * kinetic) / (info_->getNFluctuatingCharges()* PhysicalConstants::kb );    
179    }
180  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines