--- trunk/OOPSE/libmdtools/fortranWrapDefines.hpp 2003/04/09 04:06:43 483 +++ trunk/OOPSE/libmdtools/fortranWrapDefines.hpp 2003/07/01 21:33:45 569 @@ -16,9 +16,9 @@ #define set_gb_pair_params_List ( double* GB_sigma, double* GB_l2b_ratio, double* GB_eps, double* GB_eps_ratio, double* GB_mu, double* GB_nu ) -#define setFortranSimList ( simtype* the_Info, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* molMembershipArray, int* isError ) +#define setFortranSimList ( simtype* the_Info, int* nGlobal, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* molMembershipArray, int* isError ) -#define setFortranBoxList ( double *BoxArray ) +#define setFortranBoxList ( double *Hmat, double *HmatI, int* orthoRhombic ) // BoxArray is a length 3 array #ifdef IS_MPI