From bd13c2a41e94b7e89cdc258fbb132b6f5d67e693 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Tue, 10 Sep 2013 17:26:44 +0200 Subject: Regenerate code (Kranc commit 04da452636ed006901602e924900ea71378f55b5) The order of entries in interface.ccl has changed due to internal cleanup in Kranc. Kranc contains checks that the group declarations are the same apart from the ordering. --- ML_ADM/interface.ccl | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'ML_ADM') diff --git a/ML_ADM/interface.ccl b/ML_ADM/interface.ccl index c7ff31c..67ca8e6 100644 --- a/ML_ADM/interface.ccl +++ b/ML_ADM/interface.ccl @@ -29,18 +29,15 @@ CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT USES FUNCTION Boundary_SelectVarForBC public: -CCTK_REAL ML_Ham type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0' -{ - H -} "ML_Ham" - -public: -CCTK_REAL ML_mom type=GF timelevels=1 tags='tensortypealias="D" tensorweight=0' +CCTK_REAL ML_metric type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0' { - M1, - M2, - M3 -} "ML_mom" + g11, + g12, + g13, + g22, + g23, + g33 +} "ML_metric" public: CCTK_REAL ML_curv type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0' @@ -59,17 +56,6 @@ CCTK_REAL ML_lapse type=GF timelevels=3 tags='tensortypealias="Scalar" tensorwei alpha } "ML_lapse" -public: -CCTK_REAL ML_metric type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0' -{ - g11, - g12, - g13, - g22, - g23, - g33 -} "ML_metric" - public: CCTK_REAL ML_shift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0' { @@ -78,6 +64,20 @@ CCTK_REAL ML_shift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0 beta3 } "ML_shift" +public: +CCTK_REAL ML_Ham type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0' +{ + H +} "ML_Ham" + +public: +CCTK_REAL ML_mom type=GF timelevels=1 tags='tensortypealias="D" tensorweight=0' +{ + M1, + M2, + M3 +} "ML_mom" + public: CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0 Prolongation="None"' { -- cgit v1.2.3