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

This commit is contained in:
sjplimp
2016-03-22 13:45:31 +00:00
parent acc29ff266
commit c1c464d033
6 changed files with 10 additions and 7 deletions

View File

@ -65,7 +65,8 @@ void Rerun::command(int narg, char **arg)
int nskip = 1;
int startflag = 0;
int stopflag = 0;
bigint start,stop;
bigint start = -1;
bigint stop = -1;
while (iarg < narg) {
if (strcmp(arg[iarg],"first") == 0) {