diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-02-25 21:52:06 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-02-25 21:52:06 -0500 |
| commit | 6dd6792a16954b0004cb35d14a5b25de0627c69d (patch) | |
| tree | 8865938acc2aaeb65f171a396047345b0e257fbb /class/class-langevin-motion.f90 | |
| parent | 9013106e09e2b380e93df8f1a79153630885d185 (diff) | |
Fixed sign error in Lennard-Jones force and slight modifications to the class verson
Diffstat (limited to 'class/class-langevin-motion.f90')
| -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 |
