From c2ce733d5dc60eda64f5f13fe071a997dcb24d19 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 25 May 2024 07:11:02 -0400 Subject: [PATCH] whitespace --- fortran/lammps.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/lammps.f90 b/fortran/lammps.f90 index 5130b966762..083fcbe9482 100644 --- a/fortran/lammps.f90 +++ b/fortran/lammps.f90 @@ -1364,7 +1364,7 @@ INTEGER FUNCTION lmp_map_atom_big(self, id) END IF lmp_map_atom_big = lammps_map_atom(self%handle, Cptr) + 1 END FUNCTION lmp_map_atom_big - + ! equivalent function to lammps_extract_atom ! the assignment is actually overloaded so as to bind the pointers to ! lammps data based on the information available from LAMMPS