| # | Line 43 | Line 43 | module notifyCutoffs | |
|---|---|---|
| 43 | ||
| 44 | use definitions | |
| 45 | use doForces, only: setDefaultCutoffs | |
| 46 | – | use reaction_field_module, only: setCutoffsRF |
| 46 | use lj, only: setLJDefaultCutoff | |
| 47 | use eam, only: setCutoffEAM | |
| 48 | use switcheroo, only: set_switch | |
| # | Line 109 | Line 108 | contains | |
| 108 | endif | |
| 109 | ||
| 110 | call setDefaultCutoffs(rcut, rsw, rlist, cutPolicy) | |
| 112 | – | call setCutoffsRF( rcut, rsw ) |
| 111 | call setLJDefaultCutoff( rcut, do_shift ) | |
| 112 | call setCutoffEAM( rcut, localError) | |
| 113 | call set_switch(GROUP_SWITCH, rsw, rcut) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |