# | Line 105 | Line 105 | namespace OpenMD { | |
---|---|---|
105 | if (worldRank == 0) { | |
106 | #endif | |
107 | ||
108 | < | inFile_->~istream(); |
108 | > | delete inFile_; |
109 | ||
110 | #ifdef IS_MPI | |
111 | ||
# | 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 |