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

This commit is contained in:
sjplimp 2009-04-29 17:22:30 +00:00
parent d4991f42ec
commit a4d85b50ac
1 changed files with 1 additions and 1 deletions

View File

@ -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");