From 1473b5bfd8d20112c09ce73ba1b0826cb68cdda0 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 29 Jun 1999 14:21:28 +0000 Subject: Bug fix ... I was calculating all reduction operations twice git-svn-id: http://svn.cactuscode.org/flesh/trunk@606 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/comm/Reduction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comm') diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c index b70b80ff..aec5fe0c 100644 --- a/src/comm/Reduction.c +++ b/src/comm/Reduction.c @@ -130,7 +130,7 @@ int CCTK_Reduce(cGH *GH, int retvartype, int retvarnum, void *retval, /* Fill in the array of variable indices from the variable argument list */ - invarnum = 1; + invarnum = 0; index_array = (int *)malloc(sizeof(int)); index_array[0] = index; -- cgit v1.2.3