From a4d85b50ac08f10938702df5d4ffda666726ef50 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 29 Apr 2009 17:22:30 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2783 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/compute_temp_profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compute_temp_profile.cpp b/src/compute_temp_profile.cpp index 20a0f298ee..d3eaf61305 100644 --- a/src/compute_temp_profile.cpp +++ b/src/compute_temp_profile.cpp @@ -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");