aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 1179839..71cb488 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -191,7 +191,8 @@ struct verbose_info
//
struct mask_info
{
- bool set_mask;
+ bool set_mask_for_any_horizon;
+ bool* set_mask_for_this_horizon;
CCTK_REAL radius_multiplier, radius_offset;
CCTK_REAL buffer_thickness;
bool mask_is_noshrink;
@@ -380,7 +381,7 @@ extern "C"
// mask.cc
// ... called from Cactus Scheduler
extern "C"
- void AHFinderDirect_do_masks(CCTK_ARGUMENTS);
+ void AHFinderDirect_maybe_do_masks(CCTK_ARGUMENTS);
// initial_guess.cc
void setup_initial_guess(patch_system& ps,