ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.cpp
(Generate patch)

Comparing branches/development/src/brains/SimInfo.cpp (file contents):
Revision 1596 by gezelter, Sat Jul 9 15:05:59 2011 UTC vs.
Revision 1597 by gezelter, Tue Jul 26 15:49:24 2011 UTC

# Line 819 | Line 819 | namespace OpenMD {
819        
820        for (atom = mol->beginAtom(ai); atom != NULL; atom = mol->nextAtom(ai)) {
821          GlobalAtomIndices[atom->getLocalIndex()] = atom->getGlobalIndex();
822 +        cerr << "LI = " << atom->getLocalIndex() << "GAI = " << GlobalAtomIndices[atom->getLocalIndex()] << "\n";
823        }
824      }
825      return GlobalAtomIndices;
# Line 840 | Line 841 | namespace OpenMD {
841        for (cg = mol->beginCutoffGroup(ci); cg != NULL;
842             cg = mol->nextCutoffGroup(ci)) {
843          GlobalGroupIndices.push_back(cg->getGlobalIndex());
844 +        cerr << "LI, GGI = " << GlobalGroupIndices.size() << " " << cg->getGlobalIndex() << "\n";
845        }        
846      }
847      return GlobalGroupIndices;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines