aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/driver/mask.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/driver/mask.cc b/src/driver/mask.cc
index 725a992..cca76e3 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -162,11 +162,6 @@ extern "C"
DECLARE_CCTK_ARGUMENTS
DECLARE_CCTK_PARAMETERS
-// only try to do mask stuff if we've found AHs at this time level
-// ==> only try every find_every time steps
-if ((cctk_iteration % find_every) != 0)
- then return; // *** NO-OP RETURN ***
-
const struct verbose_info& verbose_info = state.verbose_info;
struct mask_info& mask_info = state.mask_info;