| # | Line 2 | Line 2 | module notifyCutoffs | |
|---|---|---|
| 2 | ||
| 3 | use definitions | |
| 4 | use do_Forces, only: setRlistDF | |
| 5 | + | use charge_charge, only: setCutoffsCharge |
| 6 | use dipole_dipole, only: setCutoffsDipole | |
| 7 | use reaction_field, only: setCutoffsRF | |
| 8 | use lj, only: setCutoffLJ | |
| # | Line 31 | Line 32 | module notifyCutoffs | |
| 32 | endif | |
| 33 | ||
| 34 | call setRlistDF( rlist ) | |
| 35 | + | call setCutoffsCharge( ecr, rtaper ) |
| 36 | call setCutoffsDipole( ecr, rtaper ) | |
| 37 | call setCutoffsRF( ecr, rtaper ) | |
| 38 | call setCutoffLJ( rcut, localError ) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |