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

Comparing trunk/OOPSE-2.0/src/UseTheForce/ForceFields.cpp (file contents):
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC vs.
Revision 1628 by gezelter, Thu Oct 21 20:15:31 2004 UTC

# Line 230 | Line 230 | void ForceFields::initFortran(int ljMixPolicy, int use
230   }
231  
232  
233 < void ForceFields::initFortran(int ljMixPolicy, int useReactionField ){
233 > void ForceFields::initFortran(int useReactionField ){
234    
235    int isError;
236    
237    isError = 0;
238 <  initFortranFF( &ljMixPolicy, &useReactionField, &isError );
238 >  initFortranFF( &useReactionField, &isError );
239    
240    if(isError){
241      sprintf( painCave.errMsg,
# Line 243 | Line 243 | void ForceFields::initFortran(int ljMixPolicy, int use
243      painCave.isFatal = 1;
244      simError();
245    }
246
246    
247 +  
248   #ifdef IS_MPI
249    sprintf( checkPointMsg, "ForceField successfully initialized the fortran component list.\n" );
250    MPIcheckPoint();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines