From addfe936099dd77a7bbbdc9001e5962b48039784 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Thu, 12 Sep 2013 19:04:53 +0200 Subject: Regenerate code (Kranc commit 0b09169bacd7995d28b56a574bd060ebb243ca6f) Change of ordering in storage statements in schedule.ccl due to internal cleanup in Kranc. --- ML_BSSN/schedule.ccl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'ML_BSSN') diff --git a/ML_BSSN/schedule.ccl b/ML_BSSN/schedule.ccl index a782eb6..10ab7d7 100644 --- a/ML_BSSN/schedule.ccl +++ b/ML_BSSN/schedule.ccl @@ -1,33 +1,33 @@ # 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_Ham[other_timelevels] -STORAGE: ML_log_confac[timelevels] +STORAGE: ML_mom[other_timelevels] -STORAGE: ML_metric[timelevels] +STORAGE: ML_cons_detg[other_timelevels] -STORAGE: ML_shift[timelevels] +STORAGE: ML_cons_Gamma[other_timelevels] -STORAGE: ML_trace_curv[timelevels] +STORAGE: ML_cons_traceA[other_timelevels] STORAGE: ML_curvrhs[rhs_timelevels] -- cgit v1.2.3