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