aboutsummaryrefslogtreecommitdiff
path: root/src/driver/mask.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-05 16:17:01 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-05 16:17:01 +0000
commit8ee1095e896b9b230b8f61caed0d93dcc51e4563 (patch)
tree90871f619deee442165462d0d00cae5b54445185 /src/driver/mask.cc
parent1a667c92ddac098cc8d83b973578ed23155b953e (diff)
* copy Cactus parameters to our local data structures,
then use these copies, rather than looking at the "global variable" Cactus parameters all over the place * given the above change, drop most #include "cctk_Parameters.h" and DECLARE_CCTK_PARAMETERS git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1320 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/mask.cc')
-rw-r--r--src/driver/mask.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver/mask.cc b/src/driver/mask.cc
index baa08d4..34ebef0 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -21,7 +21,6 @@
#include "util_Table.h"
#include "cctk.h"
#include "cctk_Arguments.h"
-#include "cctk_Parameters.h"
#include "SpaceMask.h" // from thorn SpaceMask
@@ -171,7 +170,6 @@ extern "C"
void AHFinderDirect_maybe_do_masks(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS
-DECLARE_CCTK_PARAMETERS
const struct verbose_info& verbose_info = state.verbose_info;
struct mask_info& mask_info = state.mask_info;