| # | Line 116 | Line 116 | contains | |
|---|---|---|
| 116 | end subroutine cutoffNotify | |
| 117 | ||
| 118 | end module notifyCutoffs | |
| 119 | – | |
| 120 | – | subroutine notifyFortranCutoffs(this_rcut, this_rsw, this_rlist ) |
| 121 | – | use notifyCutoffs |
| 122 | – | use definitions, ONLY : dp |
| 123 | – | |
| 124 | – | real(kind=dp), intent(in) :: this_rcut, this_rsw, this_rlist |
| 125 | – | |
| 126 | – | call cutoffNotify(this_rcut, this_rsw, this_rlist ) |
| 127 | – | |
| 128 | – | end subroutine |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |