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

Comparing trunk/OOPSE-4/src/brains/Stats.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2252 by chuckv, Mon May 30 14:01:52 2005 UTC

# Line 85 | Line 85 | namespace oopse {
85      Stats::title_[IMPROPER_POTENTIAL] = "Improper Potential";
86      Stats::title_[VRAW] = "Raw Potential";
87      Stats::title_[VHARM] = "Harmonic Potential";
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  
92      Stats::units_[TIME] = "fs";
93      Stats::units_[TOTAL_ENERGY] = "kcal/mol";
# Line 105 | Line 108 | namespace oopse {
108      Stats::units_[IMPROPER_POTENTIAL] = "kcal/mol";
109      Stats::units_[VRAW] = "kcal/mol";
110      Stats::units_[VHARM] = "kcal/mol";
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";
114    }
115  
116   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines