From 601fb2f9a1df208c50c594c0c04f760829a02716 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 25 Jul 2012 16:59:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8512 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/lammps.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lammps.cpp b/src/lammps.cpp index 1202939a98..a08fd7b820 100644 --- a/src/lammps.cpp +++ b/src/lammps.cpp @@ -371,9 +371,6 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator) error->all(FLERR,"Small, tag, big integers are not sized correctly"); #endif - if (sizeof(tagint) == 8) - error->all(FLERR,"64-bit atom IDs are not yet supported"); - // create CUDA class if USER-CUDA installed, unless explicitly switched off // instantiation creates dummy CUDA class if USER-CUDA is not installed