| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |