From c80bbfa581335aeeeaa0622d9873659612e2c006 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 18 Jul 2003 16:11:04 +0000 Subject: Check for an option with key "local_interpolator_status" in the user-supplied table handle and ignore it almost silently (level-4 warning). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@166 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/Operator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3