# | Line 44 | Line 44 | |
---|---|---|
44 | * @file RNEMD.hpp | |
45 | * @author gezelter | |
46 | * @date 03/13/2009 | |
47 | + | * @time 15:56pm |
48 | * @version 1.0 | |
49 | */ | |
50 | ||
# | Line 113 | Line 114 | namespace OpenMD { | |
114 | string title; | |
115 | string units; | |
116 | string dataType; | |
117 | < | vector<Accumulator*> accumulator; |
117 | > | vector<BaseAccumulator*> accumulator; |
118 | }; | |
119 | ||
120 | typedef bitset<ENDINDEX-BEGININDEX> OutputBitSet; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |