| # | Line 42 | Line 42 | module notifyCutoffs | |
|---|---|---|
| 42 | module notifyCutoffs | |
| 43 | ||
| 44 | use definitions | |
| 45 | < | use doForces, only: setRlistDF |
| 45 | > | use doForces, only: createRCuts |
| 46 | use reaction_field, only: setCutoffsRF | |
| 47 | use lj, only: setCutoffLJ | |
| 48 | use eam, only: setCutoffEAM | |
| # | Line 107 | Line 107 | contains | |
| 107 | ||
| 108 | endif | |
| 109 | ||
| 110 | < | call setRlistDF( rlist ) |
| 110 | > | call createRCuts( rlist ) |
| 111 | call setCutoffsRF( rcut, rsw ) | |
| 112 | call setCutoffLJ( rcut, do_shift, localError ) | |
| 113 | call setCutoffEAM( rcut, localError) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |