| # | Line 209 | Line 209 | namespace OpenMD { | |
|---|---|---|
| 209 | ||
| 210 | RealType volume = this->getVolume(); | |
| 211 | Snapshot* curSnapshot = info_->getSnapshotManager()->getCurrentSnapshot(); | |
| 212 | < | Mat3x3d tau = curSnapshot->statData.getTau(); |
| 212 | > | Mat3x3d tau = curSnapshot->getTau(); |
| 213 | ||
| 214 | pressureTensor = (p_global + PhysicalConstants::energyConvert* tau)/volume; | |
| 215 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |