ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/UseTheForce/ForceFields.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/UseTheForce/ForceFields.cpp (file contents):
Revision 1683, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1702 by tim, Wed Nov 3 18:00:36 2004 UTC

# Line 93 | Line 93 | void ForceFields::doForces( int calcPot, int calcStres
93    int numCutoffGroups;
94    CutoffGroup* myCutoffGroup;
95    vector<CutoffGroup*>::iterator iterCutoff;
96 <  double com[3];
96 >  Vector3d com;
97    vector<double> rcGroup;
98    
99    short int passedCalcPot = (short int)calcPot;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines