From 3e5a1f2b6007e76969e26bf0e47ee5069fba24d1 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 25 Jul 2003 12:33:13 +0000 Subject: Check for an option with key "per_point_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@167 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/Operator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Operator.c b/src/Operator.c index 5241105..d5037d0 100644 --- a/src/Operator.c +++ b/src/Operator.c @@ -119,6 +119,7 @@ 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, "per_point_status") || CCTK_Equals (key, "local_interpolator_status")) { /* warn about unsupported options */ -- cgit v1.2.3