don't bark if SMALLBIG is defined externally

This commit is contained in:
Axel Kohlmeyer
2013-05-17 15:59:15 +02:00
parent 36aaed90bc
commit cb7ae02e89

View File

@ -55,7 +55,7 @@ namespace LAMMPS_NS {
// default to 32-bit smallint and tagint, 64-bit bigint
#if !defined(LAMMPS_SMALLSMALL) && !defined(LAMMPS_BIGBIG)
#if !defined(LAMMPS_SMALLSMALL) && !defined(LAMMPS_BIGBIG) && !defined(LAMMPS_SMALLBIG)
#define LAMMPS_SMALLBIG
#endif