| # | Line 73 | Line 73 | contains | |
|---|---|---|
| 73 | ||
| 74 | subroutine setSimulation(nLRParticles,box,rlist,rcut) | |
| 75 | integer, intent(in) :: nLRParticles | |
| 76 | < | real(kind = dp ), intent(in) :: box |
| 76 | > | real(kind = dp ), intent(in), dimension(3) :: box |
| 77 | real(kind = dp ), intent(in) :: rlist | |
| 78 | real(kind = dp ), intent(in) :: rcut | |
| 79 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |