| # | Line 62 | Line 62 | namespace OpenMD { | |
|---|---|---|
| 62 | ||
| 63 | RealType NPTxyz::calcConservedQuantity(){ | |
| 64 | ||
| 65 | + | chi= currentSnapshot_->getChi(); |
| 66 | + | integralOfChidt = currentSnapshot_->getIntegralOfChiDt(); |
| 67 | + | loadEta(); |
| 68 | + | |
| 69 | // We need NkBT a lot, so just set it here: This is the RAW number | |
| 70 | // of integrableObjects, so no subtraction or addition of constraints or | |
| 71 | // orientational degrees of freedom: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |