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 428 by mmeineke, Thu Mar 27 21:07:14 2003 UTC vs.
Revision 438 by chuckv, Mon Mar 31 21:50:59 2003 UTC

# Line 68 | Line 68 | void ForceFields::doForces( int calcPot, int calcStres
68    isError = 0;
69    entry_plug->lrPot = 0.0;
70  
71 +
72    
73    fortranForceLoop( pos,
74                      A,
# Line 81 | Line 82 | void ForceFields::doForces( int calcPot, int calcStres
82                      &isError );
83  
84  
85 +
86 +
87    if( isError ){
88      sprintf( painCave.errMsg,
89               "Error returned from the fortran force calculation.\n" );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines