From 6dd6792a16954b0004cb35d14a5b25de0627c69d Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Wed, 25 Feb 2026 21:52:06 -0500 Subject: Fixed sign error in Lennard-Jones force and slight modifications to the class verson --- class/class-langevin-motion.f90 | 1 + 1 file changed, 1 insertion(+) (limited to 'class') 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 -- cgit v1.2.3