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

Comparing branches/development/src/parallel/ForceMatrixDecomposition.hpp (file contents):
Revision 1570 by gezelter, Thu May 26 21:56:04 2011 UTC vs.
Revision 1571 by gezelter, Fri May 27 16:45:44 2011 UTC

# Line 96 | Line 96 | namespace OpenMD {
96    private:
97      int nLocal_;
98      int nGroups_;
99 +    vector<int> identsLocal;
100      vector<int> AtomLocalToGlobal;
101      vector<int> cgLocalToGlobal;
102      vector<RealType> pot_local;
# Line 136 | Line 137 | namespace OpenMD {
137      vector<int> identsRow;
138      vector<int> identsCol;
139  
140 +    vector<AtomType*> atypesRow;
141 +    vector<AtomType*> atypesCol;
142 +
143      vector<int> AtomRowToGlobal;
144      vector<int> AtomColToGlobal;
145  
# Line 154 | Line 158 | namespace OpenMD {
158      vector<vector<int> > skipsForRowAtom;
159      vector<vector<int> > toposForRowAtom;
160      vector<vector<int> > topoDistRow;
157
158
161   #endif
162  
163    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines