aboutsummaryrefslogtreecommitdiff
path: root/src/driver/mask.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:18:14 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:18:14 +0000
commit25f645e2fe21579749203bcb82fe6acb6345ba3c (patch)
tree8180c6182366dca36987a4aa3b89877cf8010fab /src/driver/mask.cc
parentca6dd877cfccbed18f22d0f122a87b69c4c00a8d (diff)
add an explanatory comment
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1165 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/mask.cc')
-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 8ff811f..2d00590 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -156,7 +156,7 @@ 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;
+ then return; // *** NO-OP RETURN ***
const struct verbose_info& verbose_info = state.verbose_info;
struct mask_info& mask_info = state.mask_info;