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

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/ForceFields.cpp (file contents):
Revision 362 by mmeineke, Tue Mar 18 21:25:45 2003 UTC vs.
Revision 367 by mmeineke, Wed Mar 19 17:29:49 2003 UTC

# Line 73 | Line 73 | void ForceFields::initFortran(int ljMixPolicy, int use
73    int isError;
74    
75    isError = 0;
76 <  initfortran( &ljMixPolicy, &useReactionField, &isError );
76 >  initFortranFF( &ljMixPolicy, &useReactionField, &isError );
77    
78    if(isError){
79      sprintf( painCave.errMsg,
# Line 88 | Line 88 | void ForceFields::initFortran(int ljMixPolicy, int use
88    MPIcheckPoint();
89   #endif // is_mpi
90    
91  delete[] ident;
92
91   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines