aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Operator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Operator.c b/src/Operator.c
index 08f7027..5241105 100644
--- a/src/Operator.c
+++ b/src/Operator.c
@@ -118,7 +118,8 @@ int LocalInterp_InterpLocalUniform (int num_dims,
}
else if (CCTK_Equals (key, "N_boundary_points_to_omit") ||
CCTK_Equals (key, "boundary_off_centering_tolerance") ||
- CCTK_Equals (key, "boundary_extrapolation_tolerance"))
+ CCTK_Equals (key, "boundary_extrapolation_tolerance") ||
+ CCTK_Equals (key, "local_interpolator_status"))
{
/* warn about unsupported options */
CCTK_VWarn (4, __LINE__, __FILE__, CCTK_THORNSTRING,