ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/parallel/ForceMatrixDecomposition.hpp
(Generate patch)

Comparing trunk/src/parallel/ForceMatrixDecomposition.hpp (file contents):
Revision 1929 by gezelter, Mon Aug 19 13:12:00 2013 UTC vs.
Revision 1930 by gezelter, Mon Aug 19 13:51:04 2013 UTC

# 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    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines