# | Line 44 | Line 44 | |
---|---|---|
44 | * @file Stats.hpp | |
45 | * @author tlin | |
46 | * @date 11/04/2004 | |
47 | + | * @time 23:56am |
48 | * @version 1.0 | |
49 | */ | |
50 | ||
# | Line 103 | Line 104 | namespace OpenMD { | |
104 | string title; | |
105 | string units; | |
106 | string dataType; | |
107 | < | Accumulator* accumulator; |
107 | > | BaseAccumulator* accumulator; |
108 | }; | |
109 | ||
110 | typedef bitset<ENDINDEX-BEGININDEX> StatsBitSet; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |