ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Thermo.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Thermo.cpp (file contents):
Revision 572 by mmeineke, Wed Jul 2 21:26:55 2003 UTC vs.
Revision 582 by mmeineke, Wed Jul 9 15:33:46 2003 UTC

# Line 151 | Line 151 | double Thermo::getVolume() {
151   }
152  
153   double Thermo::getVolume() {
154 +
155    return entry_plug->boxVol;
156   }
157  
158   double Thermo::getPressure() {
159 <  // returns the pressure in units of atm
159 >
160    // Relies on the calculation of the full molecular pressure tensor
161    
162    const double p_convert = 1.63882576e8;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines