# | Line 1071 | Line 1071 | namespace OpenMD{ | |
---|---|---|
1071 | ||
1072 | ObjectType objType_; | |
1073 | DataStoragePointer storage_; | |
1074 | + | #ifdef IS_MPI |
1075 | + | DataStoragePointer storageI_; |
1076 | + | DataStoragePointer storageJ_; |
1077 | + | #endif |
1078 | SnapshotManager* snapshotMan_; | |
1079 | ||
1080 | bool linear_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |