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

This commit is contained in:
sjplimp
2009-03-05 20:55:21 +00:00
parent cb90e03944
commit eb8c707f99
2 changed files with 6 additions and 3 deletions

View File

@ -84,8 +84,7 @@ ComputePressure::ComputePressure(LAMMPS *lmp, int narg, char **arg) :
pairflag = 1;
bondflag = angleflag = dihedralflag = improperflag = 1;
kspaceflag = fixflag = 1;
}
else error->all("Illegal compute pressure command");
} else error->all("Illegal compute pressure command");
iarg++;
}
}