aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Operator.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Operator.c b/src/Operator.c
index 2fcd7c7..d0c4e2e 100644
--- a/src/Operator.c
+++ b/src/Operator.c
@@ -126,6 +126,11 @@ int LocalInterp_InterpLocalUniform (int num_dims,
"Option with key '%s' in interpolation parameter options "
"table is not not supported (will be ignored)", key);
}
+ else if (CCTK_Equals (key, "input_array_time_levels"))
+ {
+ /* silently ignore options which are meant for the global
+ interpolator only */
+ }
else
{
/* warn about other options */