aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoji <ryoji@971fb155-194f-0410-9daf-e2eca44e59f5>2005-03-09 06:57:33 +0000
committerryoji <ryoji@971fb155-194f-0410-9daf-e2eca44e59f5>2005-03-09 06:57:33 +0000
commitdd2f75d22458095eb0a88becd0f1aaec859b9ca6 (patch)
tree8ed931ec5b22f47c29fc1159f9cc14b0247bc824
parentb970f9b97da03a29dc904ba48579ccf9775d941d (diff)
fixed of bug in schedule.ccl.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/DistortedBHIVP/trunk@35 971fb155-194f-0410-9daf-e2eca44e59f5
-rw-r--r--interface.ccl2
-rw-r--r--schedule.ccl2
2 files changed, 2 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index cbf74c3..7fd699b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,7 +2,7 @@
# $Header$
implements: distortedbhivp
-inherits: admbase staticconformal grid admanalysis
+inherits: ADMBase grid StaticConformal
private:
diff --git a/schedule.ccl b/schedule.ccl
index 17f5da4..61eb497 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -10,7 +10,7 @@ if (CCTK_Equals(initial_data,"distortedbh"))
LANG: C
} "Check Parameters"
- schedule DistortedBHIVP at CCTK_INITIAL
+ schedule DistortedBHIVP IN ADMBase_InitialData
{
LANG: Fortran
} "Construct DistortedBHIVP"