--- trunk/mdtools/interface_implementation/LJ_FF.cpp 2003/01/10 21:55:45 233 +++ trunk/mdtools/interface_implementation/LJ_FF.cpp 2003/01/10 21:56:06 234 @@ -33,6 +33,15 @@ LJ_FF::LJ_FF(){ #endif +// declaration of functions needed to wrap the fortran module + +extern "C" { + void forcefactory_( char* forceName, + int* status, + void (*wrapFunction)( void (* + + + LJ_FF::LJ_FF(){ char fileName[200];