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

This commit is contained in:
sjplimp 2008-11-20 15:39:05 +00:00
parent 63c3167951
commit f651d96363
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void DisplaceAtoms::command(int narg, char **arg)
if (strcmp(arg[5],"x") == 0) coord_dim = 0;
else if (strcmp(arg[5],"y") == 0) coord_dim = 1;
else if (strcmp(arg[5],"z") == 0) coord_dim = 2;
else error->all("Illegal velocity ramp command");
else error->all("Illegal displace_atoms ramp command");
double coord_lo,coord_hi;
if (coord_dim == 0) {