ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Molecule.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Molecule.cpp (file contents):
Revision 1157 by tim, Tue May 11 20:33:41 2004 UTC vs.
Revision 1158 by tim, Tue May 11 21:14:26 2004 UTC

# Line 78 | Line 78 | void Molecule::initialize( molInit &theInit ){
78                                                    curCutoffGroup = nextCutoffGroup(iterCutoff)){
79  
80        for(cutoffAtom = curCutoffGroup->beginAtom(iterAtom); cutoffAtom != NULL;
81 <                                           cutoffAtom = curCutoffGroup->beginAtom(iterAtom)){
81 >                                           cutoffAtom = curCutoffGroup->nextAtom(iterAtom)){
82   #ifdef IS_MPI
83          atomIndex = cutoffAtom->getGlobalIndex();
84   #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines