aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@d60812e6-3970-4df4-986e-c251b06effeb>2001-05-10 17:12:07 +0000
committerallen <allen@d60812e6-3970-4df4-986e-c251b06effeb>2001-05-10 17:12:07 +0000
commitc88b85db08613297493b83ded711fcaa66948e3f (patch)
treead38a034f70cf1812230d7b8fc87fc61ce5d462d
parent0c5b5ffd15b83b56538a5c03c34509d7986efb13 (diff)
New timelevel indexing
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@12 d60812e6-3970-4df4-986e-c251b06effeb
-rw-r--r--src/Reduction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reduction.c b/src/Reduction.c
index 8f8c692..23048b4 100644
--- a/src/Reduction.c
+++ b/src/Reduction.c
@@ -266,7 +266,7 @@ static int PUGH_ReductionGA (cGH *GH, int index, int proc, CCTK_REAL *outval,
/* get the GA structure for the current timelevel */
- i = CCTK_NumTimeLevelsFromVarI (index) - 1;
+ i = 0;
GA = ((pGA ***) PUGH_pGH (GH)->variables)[index][i];