aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boundary.c')
-rw-r--r--src/Boundary.c2
1 files changed, 1 insertions, 1 deletions
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);
}