aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index fb017da..013ed60 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -61,6 +61,10 @@ if(CCTK_Equals(Y_e_evolution_method,"GRHydro"))
STORAGE: Y_e_con[timelevels]
STORAGE: Y_e_con_rhs, Y_e_con_flux, Y_e_plus, Y_e_minus
}
+if(CCTK_Equals(temperature_evolution_method,"GRHydro"))
+{
+ STORAGE: tempplus, tempminus
+}
if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
{
STORAGE: HydroBase::Bvec[timelevels]