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

Comparing branches/new_design/OOPSE-3.0/src/brains/Stats.cpp (file contents):
Revision 1821 by tim, Thu Dec 2 00:09:35 2004 UTC vs.
Revision 1822 by tim, Thu Dec 2 02:08:29 2004 UTC

# Line 54 | Line 54 | void Stats::init() {
54      title_[KINETIC_ENERGY] = "Kinetic Energy";
55      title_[TEMPERATURE] = "Temperature";
56      title_[PRESSURE] = "Pressure";
57 <    title_[VOLUME] = "Volume"
57 >    title_[VOLUME] = "Volume";
58      title_[CONSERVED_QUANTITY] = "Conserved Quantity";            
59      title_[TRANSLATIONAL_KINETIC] = "Translational Kinetic";
60      title_[ROTATIONAL_KINETIC] = "Rotational Kinetic";
# Line 74 | Line 74 | void Stats::init() {
74      units_[KINETIC_ENERGY] = "kcal/mol";
75      units_[TEMPERATURE] = "K";
76      units_[PRESSURE] = "atm";
77 <    units_[VOLUME] = "A^3"
77 >    units_[VOLUME] = "A^3";
78      units_[CONSERVED_QUANTITY] = "kcal/mol";            
79      units_[TRANSLATIONAL_KINETIC] = "kcal/mol";
80      units_[ROTATIONAL_KINETIC] = "kcal/mol";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines