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 |
|
|
150 |
|
vector<int> identsRow; |
151 |
|
vector<int> identsCol; |
152 |
|
|
153 |
+ |
vector<int> regionsRow; |
154 |
+ |
vector<int> regionsCol; |
155 |
+ |
|
156 |
|
vector<AtomType*> atypesRow; |
157 |
|
vector<AtomType*> atypesCol; |
158 |
|
|
177 |
|
|
178 |
|
vector<RealType> massFactorsRow; |
179 |
|
vector<RealType> massFactorsCol; |
180 |
+ |
|
181 |
+ |
vector<int> regionRow; |
182 |
+ |
vector<int> regionCol; |
183 |
|
#endif |
184 |
|
|
185 |
|
}; |