| # | Line 244 | Line 244 | template<typename T> double NPTf<T>::getConservedQuant | |
|---|---|---|
| 244 | ||
| 245 | totalEnergy = tStats->getTotalE(); | |
| 246 | ||
| 247 | < | thermostat_kinetic = fkBT* tt2 * chi * chi / |
| 247 | > | thermostat_kinetic = fkBT * tt2 * chi * chi / |
| 248 | (2.0 * eConvert); | |
| 249 | ||
| 250 | thermostat_potential = fkBT* integralOfChidt / eConvert; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |