--- branches/development/src/rnemd/RNEMD.cpp 2012/05/31 12:25:30 1731 +++ branches/development/src/rnemd/RNEMD.cpp 2012/07/03 18:32:27 1764 @@ -1512,10 +1512,7 @@ namespace OpenMD { void RNEMD::getStatus() { Snapshot* currentSnap_ = info_->getSnapshotManager()->getCurrentSnapshot(); - Stats& stat = currentSnap_->statData; RealType time = currentSnap_->getTime(); - - stat[Stats::RNEMD_EXCHANGE_TOTAL] = exchangeSum_; //or to be more meaningful, define another item as exchangeSum_ / time int j;