From 3b07258fb3f9f42185aafd174a93a80aa29a326f Mon Sep 17 00:00:00 2001 From: jthorn Date: Tue, 14 Jun 2005 13:32:03 +0000 Subject: 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 --- src/driver/mask.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3