From 8e1385d5977b028577c4f3293b8ae042b4a5b7f0 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 25 Mar 2005 14:45:53 +0000 Subject: Make it a fatal error if the pointer to the boundary condition routine cannot be extracted out of the table. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@280 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- src/Boundary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Boundary.c b/src/Boundary.c index 8d13239..dadf40a 100644 --- a/src/Boundary.c +++ b/src/Boundary.c @@ -1081,7 +1081,7 @@ void Boundary_ApplyPhysicalBCs(CCTK_ARGUMENTS) current_bcdata->bc_name); if (err<0) { - CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "Boundary_ApplyPhysicalBCs: Util_TableGetFnPointer " "returned %d", err); } -- cgit v1.2.3