From 0ced401ec59b00c52055eaf08c507a9ea529582f Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 1 Aug 2003 16:11:42 +0000 Subject: Accidentally put in a level 0 warning for out-of-bounds errors. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@170 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/Interpolate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpolate.c b/src/Interpolate.c index 22e7041..e5c3685 100644 --- a/src/Interpolate.c +++ b/src/Interpolate.c @@ -444,7 +444,7 @@ if (n == LocalInterp_verbose_debug_n) } else if (num_dims == 3) { - CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, "Interpolation stencil/molecule out of bounds\n" " (the interpolation point is either outside the grid, " "or inside but too close to a grid boundary)\n" -- cgit v1.2.3