ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/Stats.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/brains/Stats.cpp (file contents):
Revision 2238 by tim, Sun May 22 21:05:15 2005 UTC vs.
Revision 2252 by chuckv, Mon May 30 14:01:52 2005 UTC

# Line 88 | Line 88 | namespace oopse {
88      Stats::title_[PRESSURE_TENSOR_X] = "presure tensor x";
89      Stats::title_[PRESSURE_TENSOR_Y] = "presure tensor y";
90      Stats::title_[PRESSURE_TENSOR_Z] = "presure tensor z";
91    
91  
92      Stats::units_[TIME] = "fs";
93      Stats::units_[TOTAL_ENERGY] = "kcal/mol";
# Line 112 | Line 111 | namespace oopse {
111      Stats::units_[PRESSURE_TENSOR_X] = "amu*fs^-2*Ang^-1";
112      Stats::units_[PRESSURE_TENSOR_Y] = "amu*fs^-2*Ang^-1";
113      Stats::units_[PRESSURE_TENSOR_Z] = "amu*fs^-2*Ang^-1";
115
114    }
115  
116   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines