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_ADMQuantities/interface.ccl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ML_ADMQuantities') diff --git a/ML_ADMQuantities/interface.ccl b/ML_ADMQuantities/interface.ccl index 2400403..a9e50c7 100644 --- a/ML_ADMQuantities/interface.ccl +++ b/ML_ADMQuantities/interface.ccl @@ -27,6 +27,12 @@ USES FUNCTION Boundary_SelectGroupForBC CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN var_name, CCTK_STRING IN bc_name) USES FUNCTION Boundary_SelectVarForBC +public: +CCTK_REAL ML_Madm type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0' +{ + Madm +} "ML_Madm" + public: CCTK_REAL ML_Jadm type=GF timelevels=3 tags='tensortypealias="D" tensorweight=0' { @@ -34,9 +40,3 @@ CCTK_REAL ML_Jadm type=GF timelevels=3 tags='tensortypealias="D" tensorweight=0' Jadm2, Jadm3 } "ML_Jadm" - -public: -CCTK_REAL ML_Madm type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0' -{ - Madm -} "ML_Madm" -- cgit v1.2.3