From cb7ae02e892f43820698de6d8cf00f6791897c4e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 17 May 2013 15:59:15 +0200 Subject: [PATCH] don't bark if SMALLBIG is defined externally --- src/lmptype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lmptype.h b/src/lmptype.h index 66b535dce1..8ad5f9dafa 100644 --- a/src/lmptype.h +++ b/src/lmptype.h @@ -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