fixed spacing

This commit is contained in:
Karl Hammond
2022-08-12 11:34:29 -05:00
parent 05be7fe8ca
commit c2ded124a5

View File

@ -44,7 +44,7 @@ MODULE LIBLAMMPS
!
! NOT part of the API (the part the user sees)
INTEGER (c_int), PARAMETER :: &
LAMMPS_INT = 0, & ! 32-bit integer (array)
LAMMPS_INT = 0, & ! 32-bit integer (array)
LAMMPS_INT_2D = 1, & ! two-dimensional 32-bit integer array
LAMMPS_DOUBLE = 2, & ! 64-bit double (array)
LAMMPS_DOUBLE_2D = 3, & ! two-dimensional 64-bit double array