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

This commit is contained in:
sjplimp 2010-06-17 14:33:56 +00:00
parent e479755e49
commit ed92df6c25
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ FixHeat::FixHeat(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
iregion = -1;
int iarg = 6;
int iarg = 5;
while (iarg < narg) {
if (strcmp(arg[iarg],"region") == 0) {
if (iarg+2 > narg) error->all("Illegal fix heat command");