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

This commit is contained in:
sjplimp
2012-06-20 15:49:21 +00:00
parent f3eb64fd0f
commit 69f5fbf421
6 changed files with 12 additions and 42 deletions

View File

@ -92,9 +92,9 @@ void ReadDump::command(int narg, char **arg)
bigint nstep = ATOBIGINT(arg[1]);
int nremain = narg - 2;
if (nremain) nremain = fields_and_keywords(narg-nremain,&arg[narg-nremain]);
if (nremain) nremain = fields_and_keywords(nremain,&arg[narg-nremain]);
else nremain = fields_and_keywords(0,NULL);
if (nremain) setup_reader(narg-nremain,&arg[narg-nremain]);
if (nremain) setup_reader(nremain,&arg[narg-nremain]);
else setup_reader(0,NULL);
// find the snapshot and read/bcast/process header info