aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-04-18 20:32:58 +0000
committerallen <allen@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-04-18 20:32:58 +0000
commitcd83b7cb834efae744cb9fea836aced7d99fdd73 (patch)
treec5a2000a23c916a8e3c87a99c01c1586b9f74899 /src
parent04c5158a3aa5a1ed1f479e7376258bc9a9c43ed2 (diff)
Interpolate on highest timelevel.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@10 1c20744c-e24a-42ec-9533-f5004cb800e5
Diffstat (limited to 'src')
-rw-r--r--src/Operator.c4
1 files changed, 0 insertions, 4 deletions
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)