Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed May 25, 2024
1 parent 75a3257 commit c2ce733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/lammps.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2ce733

Please sign in to comment.