aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2004-09-09 17:46:13 +0000
committeryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2004-09-09 17:46:13 +0000
commita22f424851fb4476aec14e47d028c85f79403d3c (patch)
tree025809d12a2a0c9e20b5a11431d44256d444a6c1
parent876db562b6f661e2269f2ea2dd2f84448cef8f29 (diff)
minor fix
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@50 d60812e6-3970-4df4-986e-c251b06effeb
-rw-r--r--src/ReduceGA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReduceGA.c b/src/ReduceGA.c
index 5e4e9ac..e5ed021 100644
--- a/src/ReduceGA.c
+++ b/src/ReduceGA.c
@@ -196,7 +196,7 @@ static int ReduceGridArrays (const cGH *GH,
for (i = 0; i<dim; i++)
{
- input_array_dims[i] = upper_array_bounds[i] - lower_array_bounds[i] + 1;
+ input_array_dims[i] = upper_array_bounds[i] - lower_array_bounds[i];
}
/* Set flag to tell local reduction not to divide by num_points */