| # | Line 75 | Line 75 | extern "C" { | |
|---|---|---|
| 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, | |
| # | Line 99 | Line 98 | extern "C" { | |
| 98 | ||
| 99 | typedef void (*setFortranMPI_TD)( mpiSimData* the_mpiPlug, | |
| 100 | int* nLocal, | |
| 101 | < | int* globalIndexArray, | 
| 101 | > | int* globalAtomIndex, | 
| 102 | > | int* nGroupsLocal, | 
| 103 | > | int* globalGroupIndex, | 
| 104 | int* isError ); | |
| 105 | ||
| 106 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |