aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-18 12:24:02 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-18 12:24:02 +0000
commit883b8a6777646a46a1cb4144092aaafff24eb174 (patch)
tree6ad0bdd544cba9645b7433e716af4eb5ad3f7f5f
parentd4901cf9ea91c68ef6d0371139eab49ce9389bef (diff)
change mask gridfn names to match those used by SpaceMask thorn;
get rid of our own mask gridfns since SpaceMask already defines them git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@987 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--interface.ccl8
-rw-r--r--param.ccl4
2 files changed, 2 insertions, 10 deletions
diff --git a/interface.ccl b/interface.ccl
index 43e906b..5f9c416 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,11 +8,3 @@ inherits: Grid ADMBase StaticConformal SpaceMask
USES INCLUDE: SpaceMask.h
################################################################################
-
-public:
-
-# old-style (CCTK_REAL) mask grid function for compatability with AHFinder
-real ahfmask type=GF
-{
-ahmask
-} "old-style (CCTK_REAL) mask grid function"
diff --git a/param.ccl b/param.ccl
index bdd9323..eb09922 100644
--- a/param.ccl
+++ b/param.ccl
@@ -449,7 +449,7 @@ keyword mask_type "what type of mask should we set?"
string old_style_mask_gridfn_name "name of the old-style mask grid function"
{
.+ :: "any valid Cactus grid function name"
-} "AHFinderDirect::ahmask"
+} "SpaceMask::emask"
real old_style_mask_inside_value \
"set the old-style mask to this value *inside* the mask volume"
{
@@ -467,7 +467,7 @@ real old_style_mask_outside_value \
string new_style_mask_gridfn_name "name of the new-style mask grid function"
{
.+ :: "any valid Cactus grid function name"
-} "AHFinderDirect::space_mask"
+} "SpaceMask::space_mask"
string new_style_mask_bitfield_name \
"name of the new-style mask bit field ('type') as registered with SpaceMask"
{