aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface.ccl3
-rw-r--r--param.ccl5
2 files changed, 6 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index f9b8d23..87366ce 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,5 +2,4 @@
# $Header$
implements: AHFinderDirect
-inherits: grid
-##inherits: einstein
+inherits: Grid ADMBase StaticConformal
diff --git a/param.ccl b/param.ccl
index bc2e1e6..3ab365b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,6 +7,11 @@
shares: grid
USES KEYWORD domain
+# we need to look at ADMBase::metric_type and StaticConformal::conformal_state
+# to check physical/conformal metric
+shares: ADMBase
+USES KEYWORD metric_type
+
# all remaining parameters are private to this thorn
private:
################################################################################