remove references to -DLAMMPS_SMALLSMALL and trigger error when used

This commit is contained in:
Axel Kohlmeyer
2025-03-14 10:20:31 -04:00
parent 084bdb2da6
commit cea31e463d
12 changed files with 35 additions and 130 deletions

View File

@ -24,7 +24,7 @@
/* We follow the behavior of regular LAMMPS compilation and assume
* -DLAMMPS_SMALLBIG when no define is set. */
#if !defined(LAMMPS_BIGBIG) && !defined(LAMMPS_SMALLBIG) && !defined(LAMMPS_SMALLSMALL)
#if !defined(LAMMPS_BIGBIG) && !defined(LAMMPS_SMALLBIG)
#define LAMMPS_SMALLBIG
#endif