| 70 | 
  | 
                                    int* identArray, | 
| 71 | 
  | 
                                    int* nLocalExcludes, | 
| 72 | 
  | 
                                    int* excludesLocalArray, | 
| 73 | 
< | 
                                    int* nGloabalsExcludes, | 
| 73 | 
> | 
                                    int* nGlobalExcludes, | 
| 74 | 
  | 
                                    int* excludesGlobalArray, | 
| 75 | 
  | 
                                    int* molMembershipArray, | 
| 76 | 
  | 
                                    double* mfact, | 
| 77 | 
  | 
                                    int* ngroup, | 
| 78 | 
< | 
                                    int* groupList, | 
| 79 | 
< | 
                                    int* groupStart, | 
| 78 | 
> | 
                                    int* globalGroupMembership, | 
| 79 | 
  | 
                                    int* isError ); | 
| 80 | 
  | 
 | 
| 81 | 
  | 
  typedef void (*setFortranBox_TD) ( double *Hmat, | 
| 83 | 
  | 
                                     int* orthoRhombic ); | 
| 84 | 
  | 
 | 
| 85 | 
  | 
  typedef void (*notifyFortranCutOff_TD) ( double *rCut, | 
| 86 | 
< | 
                                           double *rList, | 
| 87 | 
< | 
                                           double *ecr, | 
| 89 | 
< | 
                                           double *est ); | 
| 86 | 
> | 
                                           double *rSw, | 
| 87 | 
> | 
                                           double *rList ); | 
| 88 | 
  | 
} | 
| 89 | 
  | 
 | 
| 90 | 
  | 
 | 
| 97 | 
  | 
extern "C" { | 
| 98 | 
  | 
   | 
| 99 | 
  | 
  typedef void (*setFortranMPI_TD)( mpiSimData* the_mpiPlug, | 
| 100 | 
< | 
                                    int *nLocal,  | 
| 101 | 
< | 
                                    int* globalIndexArray, | 
| 100 | 
> | 
                                    int* nLocal,  | 
| 101 | 
> | 
                                    int* globalAtomIndex, | 
| 102 | 
> | 
                                    int* nGroupsLocal, | 
| 103 | 
> | 
                                    int* globalGroupIndex, | 
| 104 | 
  | 
                                    int* isError ); | 
| 105 | 
  | 
 | 
| 106 | 
  | 
} |