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 1611 by gezelter, Fri Jul 15 21:35:14 2011 UTC vs.
Revision 1612 by gezelter, Fri Aug 12 19:59:56 2011 UTC

# Line 149 | Line 149 | namespace OpenMD {
149      vector<int> AtomRowToGlobal;
150      vector<int> AtomColToGlobal;
151  
152 + public:
153      vector<int> cgRowToGlobal;
154      vector<int> cgColToGlobal;
155  
156 + private:
157      vector<RealType> groupCutoffRow;
158      vector<RealType> groupCutoffCol;
159      vector<int> groupColToGtype;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines