aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:17:16 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:17:16 +0000
commitca6dd877cfccbed18f22d0f122a87b69c4c00a8d (patch)
tree92a3cd1c7b941b4fc7db0734dc78939c89c1f2a4 /src
parent139d4c9360cc384952474553d13b4bfd1b1cd8f3 (diff)
switch from using Cactus parameter N_horizons to using our own internal copy
(this slightly lowers our coupling to Cactus) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1164 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 87e0506..8ff811f 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -174,7 +174,7 @@ if (mask_info.set_mask)
setup_mask_grid_info(CCTK_PASS_CTOC, mgi);
setup_mask_dataptrs_and_bitfields(cctkGH, mask_info);
- set_mask_gridfn(N_horizons, state.AH_data_array,
+ set_mask_gridfn(state.N_horizons, state.AH_data_array,
mgi, mask_info,
verbose_info);
}