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

Comparing trunk/OOPSE/libmdtools/ForceFields.cpp (file contents):
Revision 1144 by tim, Sat May 1 18:52:38 2004 UTC vs.
Revision 1150 by gezelter, Fri May 7 21:35:05 2004 UTC

# Line 100 | Line 100 | void ForceFields::doForces( int calcPot, int calcStres
100    for(i=0; i<entry_plug->n_mol; i++ ){
101      // CalcForces in molecules takes care of mapping rigid body coordinates
102      // into atomic coordinates
103 <    entry_plug->molecules[i].calcForces();
103 >    entry_plug->molecules[i].calcForces();    
104    }
105  
106   #ifdef PROFILE
# Line 114 | Line 114 | void ForceFields::doForces( int calcPot, int calcStres
114    trq = config->getTrqArray();
115    A   = config->getAmatArray();
116    u_l = config->getUlArray();
117 <  rc = config->getRcArray();
117 >  rc  = config->getRcArray();
118    massRatio = config->getMassRatioArray();
119  
120    isError = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines