# | Line 44 | Line 44 | namespace oopse { | |
---|---|---|
44 | #include "utils/simError.h" | |
45 | namespace oopse { | |
46 | ||
47 | < | SimSnapshotManager::SimSnapshotManager(SimInfo* info, int storageLayout = 255) |
47 | > | SimSnapshotManager::SimSnapshotManager(SimInfo* info, int storageLayout) |
48 | : SnapshotManager(storageLayout), info_(info){ | |
49 | ||
50 | int nAtoms = info_->getNAtoms(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |