# | Line 103 | Line 103 | namespace OpenMD { | |
---|---|---|
103 | #ifdef IS_MPI | |
104 | ||
105 | if (worldRank == 0) { | |
106 | < | #endif |
107 | < | |
106 | > | #endif |
107 | > | |
108 | delete inFile_; | |
109 | ||
110 | #ifdef IS_MPI | |
# | Line 245 | Line 245 | namespace OpenMD { | |
245 | readSet(whichFrame); | |
246 | ||
247 | if (needCOMprops_) { | |
248 | – | Snapshot* s = info_->getSnapshotManager()->getCurrentSnapshot(); |
248 | Thermo thermo(info_); | |
249 | Vector3d com; | |
250 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |