# | Line 110 | Line 110 | namespace OpenMD { | |
---|---|---|
110 | vector<int> groupToGtype; | |
111 | ||
112 | #ifdef IS_MPI | |
113 | < | DataStorage atomRowData; DataStorage atomColData; |
113 | > | DataStorage atomRowData; |
114 | > | DataStorage atomColData; |
115 | DataStorage cgRowData; | |
116 | DataStorage cgColData; | |
117 | ||
# | Line 176 | Line 177 | namespace OpenMD { | |
177 | ||
178 | vector<RealType> massFactorsRow; | |
179 | vector<RealType> massFactorsCol; | |
180 | + | |
181 | + | vector<int> regionRow; |
182 | + | vector<int> regionCol; |
183 | #endif | |
184 | ||
185 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |