remove references to SMALLSMALL from GPU library

This commit is contained in:
Axel Kohlmeyer
2025-03-14 16:31:30 -04:00
parent 557d279774
commit 361914f3f1
16 changed files with 22 additions and 52 deletions

View File

@ -406,7 +406,6 @@ ucl_inline int sbmask15(int j) { return j >> SBBITS15 & 7; };
// default to 32-bit smallint and other ints, 64-bit bigint:
// same as defined in src/lmptype.h
#if !defined(LAMMPS_SMALLSMALL) && !defined(LAMMPS_BIGBIG) && \
!defined(LAMMPS_SMALLBIG)
#if !defined(LAMMPS_BIGBIG) && !defined(LAMMPS_SMALLBIG)
#define LAMMPS_SMALLBIG
#endif