aboutsummaryrefslogtreecommitdiff
path: root/src/driver/aliased_functions.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-04-27 16:43:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-04-27 16:43:19 +0000
commitb5d94d9e408b1f857d2d6a47456885ed633d04b6 (patch)
treef35d0fb42c02a453078610bb4fd04418db7a12c3 /src/driver/aliased_functions.cc
parente89f09029a07b707428a2d286fd0531448d10b26 (diff)
change all occurences of CCTK_VWarn(1, ...)
to CCTK_VWarn(SERIOUS_WARNING, ...) to make the semantics clearer git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1314 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/aliased_functions.cc')
-rw-r--r--src/driver/aliased_functions.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/driver/aliased_functions.cc b/src/driver/aliased_functions.cc
index b3ea530..2b21d81 100644
--- a/src/driver/aliased_functions.cc
+++ b/src/driver/aliased_functions.cc
@@ -72,7 +72,7 @@ const struct verbose_info& verbose_info = state.verbose_info;
if (! ((horizon_number >= 1) && (horizon_number <= state.N_horizons)) )
then {
- CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn(SERIOUS_WARNING, __LINE__, __FILE__, CCTK_THORNSTRING,
"AHFinderDirect_local_coordinate_origin():\n"
" horizon_number=%d must be in the range [1,N_horizons=%d]!\n"
,
@@ -113,7 +113,7 @@ const struct verbose_info& verbose_info = state.verbose_info;
if (! ((horizon_number >= 1) && (horizon_number <= state.N_horizons)) )
then {
- CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn(SERIOUS_WARNING, __LINE__, __FILE__, CCTK_THORNSTRING,
"AHFinderDirect_horizon_was_found():\n"
" horizon_number=%d must be in the range [1,N_horizons=%d]!\n"
,
@@ -161,7 +161,7 @@ const struct verbose_info& verbose_info = state.verbose_info;
if (! ((horizon_number >= 1) && (horizon_number <= state.N_horizons)) )
then {
- CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn(SERIOUS_WARNING, __LINE__, __FILE__, CCTK_THORNSTRING,
"AHFinderDirect_distance_outside_thorn():\n"
" horizon_number=%d must be in the range [1,N_horizons=%d]!\n"
,