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

This commit is contained in:
sjplimp 2012-07-25 16:59:27 +00:00
parent c07472d404
commit 601fb2f9a1
1 changed files with 0 additions and 3 deletions

View File

@ -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