aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-05-25 17:19:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-05-25 17:19:19 +0000
commit92303be6c0d98f4d1dc54fe455da3ab5516036a1 (patch)
tree52610961cbf41e1813deb991c74a11fdf3691b0a /src
parent0ec6feb5a7c88f37d833e118b32bc7c07bbb9332 (diff)
change printing of messages that we're setting an excision mask, eg
INFO (AHFinderDirect): setting old-style (CCTK_REAL) mask grid function SpaceMask::emask INFO (AHFinderDirect): setting old-style (CCTK_REAL) mask grid function SpaceMask::emask INFO (AHFinderDirect): setting old-style (CCTK_REAL) mask grid function SpaceMask::emask so they're printed at "algorithm highlights" and higher verbosity settings (before they were only printed at "algorithm details" and higher settings Discussion: At "algorithm highlights" we already print a message each time we write a horizon-shape data file, and each time we set the SphericalSurface variables, so it seems consistent to also print a message each time we set an excision mask. People who don't want to see lots of output from AHFinderDirect won't be using "algorithm highlights" anyway, and so shouldn't be bothered by this change... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1449 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/driver/mask.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/mask.cc b/src/driver/mask.cc
index 479c5ca..af1b282 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -360,7 +360,7 @@ const bool set_new_style_mask = mask_info.set_new_style_mask;
const struct mask_info::old_style_mask_info& osmi = mask_info.old_style_mask_info;
const struct mask_info::new_style_mask_info& nsmi = mask_info.new_style_mask_info;
-if (verbose_info.print_algorithm_details)
+if (verbose_info.print_algorithm_highlights)
then {
if (set_old_style_mask)
then CCTK_VInfo(CCTK_THORNSTRING,