| # | Line 114 | 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; | |
| # | Line 161 | Line 161 | namespace OpenMD { | |
| 161 | OutputBitSet outputMask_; | |
| 162 | OutputMapType outputMap_; | |
| 163 | Accumulator* areaAccumulator_; | |
| 164 | + | bool doRNEMD_; |
| 165 | ||
| 166 | }; | |
| 167 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |