From df7a0018a38f084ddd4dbe2267e80d4ab8d636c2 Mon Sep 17 00:00:00 2001 From: ryoji Date: Wed, 9 Mar 2005 06:57:33 +0000 Subject: fixed of bug in schedule.ccl. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/RotatingDBHIVP/trunk@41 535fb057-194f-0410-b5a5-c63992f15602 --- interface.ccl | 2 +- schedule.ccl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface.ccl b/interface.ccl index 0a72b61..2314adb 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,7 +2,7 @@ # $Header$ implements: rotatingdbhivp -inherits: admbase staticconformal grid admanalysis +inherits: ADMBase grid StaticConformal private: diff --git a/schedule.ccl b/schedule.ccl index 7e26693..f68f27e 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -10,7 +10,7 @@ if (CCTK_Equals(initial_data,"rotatingdbh")) LANG: C } "Check Parameters" - schedule RotatingDBHIVP at CCTK_INITIAL + schedule RotatingDBHIVP IN ADMBase_InitialData { LANG: Fortran } "Construct RotatingDBHIVP" -- cgit v1.2.3