| 70 |
|
int* identArray, |
| 71 |
|
int* nLocalExcludes, |
| 72 |
|
int* excludesLocalArray, |
| 73 |
< |
int* nGloabalsExcludes, |
| 73 |
> |
int* nGlobalExcludes, |
| 74 |
|
int* excludesGlobalArray, |
| 75 |
|
int* molMembershipArray, |
| 76 |
|
double* mfact, |
| 84 |
|
int* orthoRhombic ); |
| 85 |
|
|
| 86 |
|
typedef void (*notifyFortranCutOff_TD) ( double *rCut, |
| 87 |
< |
double *rList, |
| 88 |
< |
double *ecr, |
| 89 |
< |
double *est ); |
| 87 |
> |
double *rSw, |
| 88 |
> |
double *rList ); |
| 89 |
|
} |
| 90 |
|
|
| 91 |
|
|
| 98 |
|
extern "C" { |
| 99 |
|
|
| 100 |
|
typedef void (*setFortranMPI_TD)( mpiSimData* the_mpiPlug, |
| 101 |
< |
int *nLocal, |
| 101 |
> |
int* nLocal, |
| 102 |
|
int* globalIndexArray, |
| 103 |
|
int* isError ); |
| 104 |
|
|