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

This commit is contained in:
sjplimp 2007-07-18 14:22:11 +00:00
parent 23f6dbc8a6
commit 805d05be6a
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ Lattice::Lattice(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
orient[2] = atoi(arg[iarg+4]);
iarg += 5;
} else if (strcmp(arg[iarg],"spacings") == 0) {
} else if (strcmp(arg[iarg],"spacing") == 0) {
if (iarg+4 > narg) error->all("Illegal lattice command");
spaceflag = 1;
xlattice = atof(arg[iarg+1]);