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

This commit is contained in:
sjplimp 2011-01-10 18:37:01 +00:00
parent dff863f9d3
commit 4b3b5bb691
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ typedef int64_t bigint;
#define MAXSMALLINT 0x7FFFFFFF
#define MAXTAGINT 0x7FFFFFFF
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFL
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFLL
#define MPI_LMP_TAGINT MPI_INT
#define MPI_LMP_BIGINT MPI_LONG_LONG
@ -67,8 +67,8 @@ typedef int64_t tagint;
typedef int64_t bigint;
#define MAXSMALLINT 0x7FFFFFFF
#define MAXTAGINT 0x7FFFFFFFFFFFFFFFL
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFL
#define MAXTAGINT 0x7FFFFFFFFFFFFFFFLL
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFLL
#define MPI_LMP_TAGINT MPI_LONG_LONG
#define MPI_LMP_BIGINT MPI_LONG_LONG