aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Operator.c2
1 files changed, 1 insertions, 1 deletions
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)