| 40 |
|
unsigned int n_exclude; // the # of pairs excluded from long range forces |
| 41 |
|
int *excludes; // the pairs themselves |
| 42 |
|
|
| 43 |
< |
int nGlobalExclude; |
| 43 |
> |
int nGlobalExcludes; |
| 44 |
|
int* globalExcludes; // same as above, but these guys participate in |
| 45 |
|
// no long range forces. |
| 46 |
|
|
| 107 |
|
// private function to initialize the fortran side of the simulation |
| 108 |
|
void (*setFsimulation) setFortranSimList; |
| 109 |
|
|
| 110 |
< |
void (*setFortanBoxSize) setFortranBoxList; |
| 110 |
> |
void (*setFortranBoxSize) setFortranBoxList; |
| 111 |
|
}; |
| 112 |
|
|
| 113 |
|
|