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

Comparing branches/development/src/parallel/ForceMatrixDecomposition.cpp (file contents):
Revision 1587 by gezelter, Fri Jul 8 20:25:32 2011 UTC vs.
Revision 1588 by gezelter, Sat Jul 9 15:05:59 2011 UTC

# Line 112 | Line 112 | namespace OpenMD {
112      AtomCommIntRow->gather(idents, identsRow);
113      AtomCommIntColumn->gather(idents, identsCol);
114      
115 +    vector<int>::iterator it;
116 +    for (it = AtomLocalToGlobal.begin(); it != AtomLocalToGlobal.end(); ++it) {
117 +      cerr << "my AtomLocalToGlobal = " << (*it) << "\n";
118 +    }
119      AtomCommIntRow->gather(AtomLocalToGlobal, AtomRowToGlobal);
120      AtomCommIntColumn->gather(AtomLocalToGlobal, AtomColToGlobal);
121      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines