Minor fix for FixNHUef constructor

This commit is contained in:
David Nicholson 2017-10-02 23:26:21 -04:00
parent 00aef0fe00
commit 588b2534c9
1 changed files with 5 additions and 2 deletions

View File

@ -112,9 +112,12 @@ FixNHUef::FixNHUef(LAMMPS *lmp, int narg, char **arg) :
error->all(FLERR,"Illegal fix nvt/npt/uef command");
iarg += 2;
} else {
// skip to next argument; argument check for unknown keywords is done in FixNH
++iarg;
}
// skip to next argument; argument check for unknown keywords is done in FixNH
++iarg;
}
if (!erate_flag)