# | Line 1512 | Line 1512 | namespace OpenMD { | |
---|---|---|
1512 | void RNEMD::getStatus() { | |
1513 | ||
1514 | Snapshot* currentSnap_ = info_->getSnapshotManager()->getCurrentSnapshot(); | |
1515 | – | Stats& stat = currentSnap_->statData; |
1515 | RealType time = currentSnap_->getTime(); | |
1517 | – | |
1518 | – | stat[Stats::RNEMD_EXCHANGE_TOTAL] = exchangeSum_; |
1516 | //or to be more meaningful, define another item as exchangeSum_ / time | |
1517 | int j; | |
1518 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |