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

This commit is contained in:
sjplimp
2011-03-26 21:24:17 +00:00
parent 1ea4501637
commit 4442884a52
2 changed files with 6 additions and 4 deletions

View File

@ -432,7 +432,7 @@ void Velocity::set(int narg, char **arg)
if (zstyle == CONSTANT && vz != 0.0)
error->all("Cannot set non-zero z velocity for 2d simulation");
if (zstyle == EQUAL || zstyle == ATOM)
error->all("Cannot set varaible z velocity for 2d simulation");
error->all("Cannot set variable z velocity for 2d simulation");
}
// allocate vfield array if necessary