aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rwxr-xr-xschedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7cf56a3..3a296fe 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,10 @@ if (timelevels == 1)
{
STORAGE: Y_e[1]
}
+ if (!CCTK_EQUALS(initial_Abar, "none"))
+ {
+ STORAGE: Abar[1]
+ }
if (!CCTK_EQUALS(initial_Bvec, "none"))
{
STORAGE: Bvec[1]
@@ -43,6 +47,10 @@ else if (timelevels == 2)
{
STORAGE: Y_e[2]
}
+ if (!CCTK_EQUALS(initial_Abar, "none"))
+ {
+ STORAGE: Abar[2]
+ }
if (!CCTK_EQUALS(initial_Bvec, "none"))
{
STORAGE: Bvec[2]
@@ -75,6 +83,10 @@ else if (timelevels == 3)
{
STORAGE: Y_e[3]
}
+ if (!CCTK_EQUALS(initial_Abar, "none"))
+ {
+ STORAGE: Abar[3]
+ }
if (!CCTK_EQUALS(initial_Bvec, "none"))
{
STORAGE: Bvec[3]