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

Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 1187 by chrisfen, Sat May 22 18:16:18 2004 UTC vs.
Revision 1198 by tim, Thu May 27 00:48:12 2004 UTC

# Line 610 | Line 610 | void getFortranGroupArray(SimInfo* info, vector<double
610      }//end for(myCutoffGroup =myMols[i].beginCutoffGroup(iterCutoff))
611  
612    }//end for(int i  = 0; i < numMol; i++)
613 <  
614 <  ngroup = groupStart.size();
613 >
614 >
615 >  //The last cutoff group need more element to indicate the end of the cutoff
616 >  groupStart.push_back(curIndex);
617 >  ngroup = groupStart.size() - 1;
618   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines