--- trunk/OOPSE/libmdtools/fortranWrapDefines.hpp 2003/10/28 22:25:46 836 +++ trunk/OOPSE/libmdtools/fortranWrapDefines.hpp 2004/04/29 02:11:49 1142 @@ -7,18 +7,20 @@ extern "C" { // here we declare the function pointer typedefs for fortran functions extern "C" { - + typedef void (*makeAtype_TD) ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, int* isEAM, + int* isCharge, double* lj_epslon, double* lj_sigma, + double* charge, double* dipole_moment, int* status ); - + typedef void (*newEAMtype_TD)( double* lattice_constant, int* eam_nrho, double* eam_drho, @@ -36,6 +38,8 @@ extern "C" { int *isError ); typedef void (*doForceLoop_TD)( double* positionArray, + double* rcArray, + double* massRatioArray, double* RotationMatrixArray, double* unitVectorArray_l, double* forceArray,