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 1158 by tim, Tue May 11 21:14:26 2004 UTC vs.
Revision 1163 by gezelter, Wed May 12 14:30:12 2004 UTC

# Line 607 | Line 607 | void getFortranGroupArray(SimInfo* info, vector<double
607        if(myMols[i].belongToCutoffGroup(atomIndex))
608          continue;
609        else{
610 <        mfact.push_back(myAtoms[j]->getMass());
610 >        // this is a fraction of the cutoff group's mass, not the mass itself!
611 >        mfact.push_back(1.0);
612          groupList.push_back(myAtoms[j]->getIndex() + 1);
613          groupStart.push_back(curIndex++);  
614        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines