aboutsummaryrefslogtreecommitdiff
path: root/ML_CCZ4
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 19:04:53 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 19:04:53 +0200
commitaddfe936099dd77a7bbbdc9001e5962b48039784 (patch)
tree57b3eba2c84ac6c47a56a86d97ceb733b3b8539e /ML_CCZ4
parent2ee0739a118ec98a16ae789528aa0179901047c2 (diff)
Regenerate code (Kranc commit 0b09169bacd7995d28b56a574bd060ebb243ca6f)
Change of ordering in storage statements in schedule.ccl due to internal cleanup in Kranc.
Diffstat (limited to 'ML_CCZ4')
-rw-r--r--ML_CCZ4/schedule.ccl28
1 files changed, 14 insertions, 14 deletions
diff --git a/ML_CCZ4/schedule.ccl b/ML_CCZ4/schedule.ccl
index 268e79a..4f233bb 100644
--- a/ML_CCZ4/schedule.ccl
+++ b/ML_CCZ4/schedule.ccl
@@ -1,35 +1,35 @@
# File produced by Kranc
-STORAGE: ML_cons_detg[other_timelevels]
-
-STORAGE: ML_cons_Gamma[other_timelevels]
+STORAGE: ML_log_confac[timelevels]
-STORAGE: ML_cons_traceA[other_timelevels]
+STORAGE: ML_metric[timelevels]
-STORAGE: ML_Ham[other_timelevels]
+STORAGE: ML_Gamma[timelevels]
-STORAGE: ML_mom[other_timelevels]
+STORAGE: ML_trace_curv[timelevels]
STORAGE: ML_curv[timelevels]
+STORAGE: ML_lapse[timelevels]
+
STORAGE: ML_dtlapse[timelevels]
-STORAGE: ML_dtshift[timelevels]
+STORAGE: ML_shift[timelevels]
-STORAGE: ML_Gamma[timelevels]
+STORAGE: ML_dtshift[timelevels]
-STORAGE: ML_lapse[timelevels]
+STORAGE: ML_Theta[timelevels]
-STORAGE: ML_log_confac[timelevels]
+STORAGE: ML_Ham[other_timelevels]
-STORAGE: ML_metric[timelevels]
+STORAGE: ML_mom[other_timelevels]
-STORAGE: ML_shift[timelevels]
+STORAGE: ML_cons_detg[other_timelevels]
-STORAGE: ML_Theta[timelevels]
+STORAGE: ML_cons_Gamma[other_timelevels]
-STORAGE: ML_trace_curv[timelevels]
+STORAGE: ML_cons_traceA[other_timelevels]
STORAGE: ML_curvrhs[rhs_timelevels]