diff options
Diffstat (limited to 'class')
| -rw-r--r-- | class/class-langevin-motion.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/class/class-langevin-motion.f90 b/class/class-langevin-motion.f90 index b52396c..0b97d2d 100644 --- a/class/class-langevin-motion.f90 +++ b/class/class-langevin-motion.f90 @@ -39,6 +39,7 @@ function get_neighbour_ids(p, N) result (neighbours) integer :: max_list(8)=-1 call ONETO2(p,N,x_cell,y_cell) + max_list( !> Start by just getting all of the neighbours do i = -1, 1 |
