| # | Line 37 | Line 37 | class SimInfo{ (public) | |
|---|---|---|
| 37 | double rRF; // the reaction field cut off radius | |
| 38 | double dielectric; // the dielectric of the medium for reaction field | |
| 39 | ||
| 40 | < | unsigned int n_exclude; // the # of pairs excluded from long range forces |
| 40 | > | int n_exclude; // the # of pairs excluded from long range forces |
| 41 | int *excludes; // the pairs themselves | |
| 42 | ||
| 43 | int nGlobalExcludes; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |