--- branches/development/src/brains/Thermo.cpp 2011/11/22 20:38:56 1665 +++ branches/development/src/brains/Thermo.cpp 2012/05/15 13:04:08 1709 @@ -209,7 +209,7 @@ namespace OpenMD { RealType volume = this->getVolume(); Snapshot* curSnapshot = info_->getSnapshotManager()->getCurrentSnapshot(); - Mat3x3d tau = curSnapshot->statData.getTau(); + Mat3x3d tau = curSnapshot->getTau(); pressureTensor = (p_global + PhysicalConstants::energyConvert* tau)/volume;