aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2013-01-17 16:59:32 +0000
committerrhaas <rhaas@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2013-01-17 16:59:32 +0000
commit10c12785c16c95c1f987fb9280064bce5b783329 (patch)
tree9ff32a845b87682e9a7e018cabdc8504cd367d2a /interface.ccl
parent64964ce5a3a7b2b03795c6833a2924f60f80480d (diff)
support "new" interface to TmunuBase
we check at runtime if storage was allocated for Tmunu and use the data stored there rather than re-computing it using hte include file. Note: this requires that we inherit from TmunuBase, hence all runs even vacuum runs using ADMConstraints need to activate TmunuBase (but need not allocate storage for it). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@154 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 34c1184..4ebf229 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,7 +2,7 @@
# $Header$
implements: admconstraints
-inherits: ADMBase, StaticConformal, SpaceMask, grid, ADMMacros
+inherits: ADMBase, StaticConformal, SpaceMask, grid, ADMMacros, TmunuBase
friend: ADMCoupling
USES INCLUDE: CalcTmunu.inc