Updated error message in fix nvt/npt/nph

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8474 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2012-07-03 23:19:41 +00:00
parent 194d503cd3
commit e86cb77378
2 changed files with 13 additions and 1 deletions

View File

@ -260,7 +260,7 @@ FixBoxRelax::FixBoxRelax(LAMMPS *lmp, int narg, char **arg) :
"Cannot use fix box/relax on a 2nd non-periodic dimension");
if (p_flag[5] && domain->yperiodic == 0)
error->all(FLERR,
"Cannot use fix box/relax on a 2nd non-periodic dimensio");
"Cannot use fix box/relax on a 2nd non-periodic dimension");
if (scaleyz == 1 && domain->zperiodic == 0)
error->all(FLERR,"Cannot use fix box/relax "