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/ForceDecomposition.hpp (file contents):
Revision 1544 by gezelter, Fri Mar 18 19:31:52 2011 UTC vs.
Revision 1547 by gezelter, Mon Apr 11 18:44:16 2011 UTC

# Line 90 | Line 90 | namespace OpenMD {
90  
91      vector<vector<RealType> > pot_row;
92      vector<vector<RealType> > pot_col;
93 <    vector<int> identRow;
94 <    vector<int> identCol;
93 >    vector<int> identsRow;
94 >    vector<int> identsCol;
95  
96      vector<int> AtomLocalToGlobal;
97      vector<int> AtomRowToGlobal;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines