| # | Line 93 | Line 93 | namespace OpenMD { | |
|---|---|---|
| 93 | PRESSURE_TENSOR, | |
| 94 | SYSTEM_DIPOLE, | |
| 95 | TAGGED_PAIR_DISTANCE, | |
| 96 | – | RNEMD_EXCHANGE_TOTAL, |
| 96 | SHADOWH, | |
| 97 | HELFANDMOMENT, | |
| 98 | HEATFLUX, | |
| # | Line 105 | 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 |