forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2783 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d4991f42ec
commit
a4d85b50ac
|
@ -53,7 +53,7 @@ ComputeTempProfile::ComputeTempProfile(LAMMPS *lmp, int narg, char **arg) :
|
|||
if (strcmp(arg[6],"x") == 0) {
|
||||
if (narg != 8) error->all("Illegal compute temp/profile command");
|
||||
nbinx = atoi(arg[7]);
|
||||
ivx = 1;
|
||||
ivx = 0;
|
||||
ncount = 1;
|
||||
} else if (strcmp(arg[6],"y") == 0) {
|
||||
if (narg != 8) error->all("Illegal compute temp/profile command");
|
||||
|
|
Loading…
Reference in New Issue