ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/ForceFields.hpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/ForceFields.hpp (file contents):
Revision 287 by mmeineke, Thu Feb 27 18:39:55 2003 UTC vs.
Revision 290 by chuckv, Thu Feb 27 21:25:47 2003 UTC

# Line 120 | Line 120 | class LJ_FF : public ForceFields{ (public)
120    void setLJfortran( void (*fortranSub)( double* positionArray,
121                                           double* forceArray,
122                                           double* potentialEnergy,
123 <                                         short int* doPotentialCalc ) ){
123 >                                         double* tau,
124 >                                         short int* doPotentialCalc,
125 >                                         int* isError ) ){
126      doLJfortran = fortranSub;
127    }
128    void doForces( int );
# Line 134 | Line 136 | class LJ_FF : public ForceFields{ (public)
136    void (*doLJfortran)( double* positionArray,
137                         double* forceArray,
138                         double* potentialEnergy,
139 <                       short int* doPotentialCalc );
139 >                       double* tau,
140 >                       short int* doPotentialCalc,
141 >                       int* isError );
142    void initFortran( void );
143   };
144  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines