aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rwxr-xr-xschedule.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f52cbb7..2e8207e 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,6 +6,7 @@ if (timelevels == 1)
STORAGE: press[1]
STORAGE: eps[1]
STORAGE: vel[1]
+ STORAGE: w_lorentz[1]
if (!CCTK_EQUALS(initial_Y_e, "none"))
{
STORAGE: Y_e[1]
@@ -29,6 +30,7 @@ else if (timelevels == 2)
STORAGE: press[2]
STORAGE: eps[2]
STORAGE: vel[2]
+ STORAGE: w_lorentz[2]
if (!CCTK_EQUALS(initial_Y_e, "none"))
{
STORAGE: Y_e[2]
@@ -52,6 +54,7 @@ else if (timelevels == 3)
STORAGE: press[3]
STORAGE: eps[3]
STORAGE: vel[3]
+ STORAGE: w_lorentz[3]
if (!CCTK_EQUALS(initial_Y_e, "none"))
{
STORAGE: Y_e[3]