add comment that this file needs to be updated when APIs are added

This commit is contained in:
Axel Kohlmeyer
2022-10-28 21:13:50 -04:00
parent 38335a4d47
commit 78910eb0e1
3 changed files with 12 additions and 12 deletions

View File

@ -22,8 +22,8 @@ LAMMPS_INT64 = 4
LAMMPS_INT64_2D = 5
LAMMPS_STRING = 6
# these must be kept in sync with the enums in src/library.h, tools/swig/lammps.i
# and the constants in fortran/lammps.f90
# these must be kept in sync with the enums in src/library.h, tools/swig/lammps.i,
# examples/COUPLE/plugin/liblammpsplugin.h, and the constants in fortran/lammps.f90
LMP_STYLE_GLOBAL = 0
LMP_STYLE_ATOM = 1
LMP_STYLE_LOCAL = 2