aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 4 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b6f879f..34c3f74 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,6 +3,10 @@
if (CCTK_Equals(initial_data,"brilldata"))
{
+
+ STORAGE: brillconf
+ STORAGE: linearelliptic
+
schedule BrilData_InitSymBound at CCTK_BASEGRID
{
LANG: C
@@ -10,7 +14,6 @@ if (CCTK_Equals(initial_data,"brilldata"))
schedule brilldata at CCTK_INITIAL
{
- STORAGE: linearelliptic,brillconf
LANG: Fortran
} "Construct Brill wave initial data"
}