From cd83b7cb834efae744cb9fea836aced7d99fdd73 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 18 Apr 2001 20:32:58 +0000 Subject: Interpolate on highest timelevel. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@10 1c20744c-e24a-42ec-9533-f5004cb800e5 --- src/Operator.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/Operator.c b/src/Operator.c index 0686f9c..b68a99f 100644 --- a/src/Operator.c +++ b/src/Operator.c @@ -290,10 +290,6 @@ int PUGHInterp_InterpGV (cGH *GH, /* get the data pointer to the input array (use current timelevel) */ timelevel = CCTK_NumTimeLevelsFromVarI (in_array_indices[array]) - 1; - if (timelevel > 0) - { - timelevel--; - } in_arrays[array] = CCTK_VarDataPtrI(GH, timelevel, in_array_indices[array]); } if (retval < 0) -- cgit v1.2.3