aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)