aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-06-14 13:32:03 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-06-14 13:32:03 +0000
commit3b07258fb3f9f42185aafd174a93a80aa29a326f (patch)
treedc7e4692b86f3f397b6d3b3468c64b892d41f7e0 /src
parentc6e36a0baef1389f868d84e2c23a0b749348e3d9 (diff)
change the code so messages
setting old-style (CCTK_REAL) mask ... setting new-style (CCTK_INT) mask ... will only be printed at the "algorithm details" verbosity level (formerly they'd be printed at the "algorithm highlights" level) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1422 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 af1b282..479c5ca 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_highlights)
+if (verbose_info.print_algorithm_details)
then {
if (set_old_style_mask)
then CCTK_VInfo(CCTK_THORNSTRING,