git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5848 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user