git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14779 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user