| # | Line 39 | Line 39 | class SimInfo{ (public) | |
|---|---|---|
| 39 | double dielectric; // the dielectric of the medium for reaction field | |
| 40 | ||
| 41 | int n_exclude; // the # of pairs excluded from long range forces | |
| 42 | < | int *excludes; // the pairs themselves |
| 42 | > | Exclude* excludes; // the pairs themselves |
| 43 | ||
| 44 | int nGlobalExcludes; | |
| 45 | int* globalExcludes; // same as above, but these guys participate in | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |