From 593f34a2959d23695aaabae4847fcc9e56c781b8 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 10 May 2001 17:12:06 +0000 Subject: New timelevel indexing git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@13 1c20744c-e24a-42ec-9533-f5004cb800e5 --- src/Operator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Operator.c b/src/Operator.c index 762cb30..51da9dc 100644 --- a/src/Operator.c +++ b/src/Operator.c @@ -289,7 +289,7 @@ int PUGHInterp_InterpGV (cGH *GH, } /* get the data pointer to the input array (use current timelevel) */ - timelevel = CCTK_NumTimeLevelsFromVarI (in_array_indices[array]) - 1; + timelevel = 0; in_arrays[array] = CCTK_VarDataPtrI(GH, timelevel, in_array_indices[array]); } if (retval < 0) -- cgit v1.2.3