| 16 |
|
|
| 17 |
|
#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 ) |
| 18 |
|
|
| 19 |
< |
#define setFortranSimList ( simtype* the_Info, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* molMembershipArray, int* isError ) |
| 19 |
> |
#define setFortranSimList ( simtype* the_Info, int* nGlobal, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* molMembershipArray, int* isError ) |
| 20 |
|
|
| 21 |
|
#define setFortranBoxList ( double *BoxArray ) |
| 22 |
|
// BoxArray is a length 3 array |