git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8356 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -118,9 +118,9 @@ void Rerun::command(int narg, char **arg)
|
||||
|
||||
rd->store_files(nfile,arg);
|
||||
if (nremain)
|
||||
nremain = rd->fields_and_keywords(narg-nremain,&arg[narg-nremain]);
|
||||
nremain = rd->fields_and_keywords(nremain,&arg[narg-nremain]);
|
||||
else nremain = rd->fields_and_keywords(0,NULL);
|
||||
if (nremain) rd->setup_reader(narg-nremain,&arg[narg-nremain]);
|
||||
if (nremain) rd->setup_reader(nremain,&arg[narg-nremain]);
|
||||
else rd->setup_reader(0,NULL);
|
||||
|
||||
// perform the psuedo run
|
||||
|
||||
Reference in New Issue
Block a user