From 4fa40b7f36b646336f9a4b1341fd0f561322ac16 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 18 Apr 2014 20:24:58 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11830 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/neighbor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neighbor.cpp b/src/neighbor.cpp index 37305effca..70807f475e 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -1292,7 +1292,7 @@ void Neighbor::print_lists_of_lists() int Neighbor::decide() { if (must_check) { - int n = update->ntimestep; + bigint n = update->ntimestep; if (restart_check && n == output->next_restart) return 1; for (int i = 0; i < fix_check; i++) if (n == modify->fix[fixchecklist[i]]->next_reneighbor) return 1;