mirror of https://github.com/lammps/lammps.git
Added reminder to fortran/lammps.f90 in sync with tools/swig/lammps.i
This commit is contained in:
parent
785b46e57b
commit
463ff1499c
|
@ -40,7 +40,7 @@ MODULE LIBLAMMPS
|
|||
! Data type constants for extracting data from global, atom, compute, and fix
|
||||
!
|
||||
! Must be kept in sync with the equivalent declarations in
|
||||
! src/library.h and python/lammps/constants.py
|
||||
! src/library.h, python/lammps/constants.py, and tools/swig/lammps.i
|
||||
!
|
||||
! These are NOT part of the API (the part the user sees)
|
||||
INTEGER(c_int), PARAMETER :: &
|
||||
|
|
Loading…
Reference in New Issue