git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10111 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-06-27 21:36:51 +00:00
parent 3c0e5bf25c
commit 069f071cf3

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