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

Comparing branches/development/src/brains/Stats.hpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1868 by gezelter, Tue Apr 30 15:56:54 2013 UTC

# Line 97 | Line 97 | namespace OpenMD {
97        HELFANDMOMENT,
98        HEATFLUX,  
99        ELECTRONIC_TEMPERATURE,
100 +      COM,
101 +      COM_VELOCITY,
102 +      ANGULAR_MOMENTUM,
103        ENDINDEX  //internal use
104      };
105  
# Line 111 | Line 114 | namespace OpenMD {
114      typedef map<string, StatsIndex> StatsMapType;
115  
116      Stats(SimInfo* info);
117 +    virtual ~Stats();
118      void parseStatFileFormat(const std::string& format);
119      void collectStats();
120  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines