aboutsummaryrefslogtreecommitdiff
path: root/ML_WaveToy_CL
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_WaveToy_CL
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_WaveToy_CL')
-rw-r--r--ML_WaveToy_CL/schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ML_WaveToy_CL/schedule.ccl b/ML_WaveToy_CL/schedule.ccl
index 03ca58f..52122c0 100644
--- a/ML_WaveToy_CL/schedule.ccl
+++ b/ML_WaveToy_CL/schedule.ccl
@@ -1,11 +1,11 @@
# File produced by Kranc
-STORAGE: WT_eps[other_timelevels]
+STORAGE: WT_u[timelevels]
STORAGE: WT_rho[timelevels]
-STORAGE: WT_u[timelevels]
+STORAGE: WT_eps[other_timelevels]
STORAGE: WT_rhorhs[rhs_timelevels]