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_WaveToy_CL/interface.ccl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ML_WaveToy_CL') diff --git a/ML_WaveToy_CL/interface.ccl b/ML_WaveToy_CL/interface.ccl index 13797cc..520f5dc 100644 --- a/ML_WaveToy_CL/interface.ccl +++ b/ML_WaveToy_CL/interface.ccl @@ -30,10 +30,10 @@ CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT USES FUNCTION Boundary_SelectVarForBC public: -CCTK_REAL WT_eps type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0' +CCTK_REAL WT_u type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0' { - eps -} "WT_eps" + u +} "WT_u" public: CCTK_REAL WT_rho type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0' @@ -42,10 +42,10 @@ CCTK_REAL WT_rho type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweigh } "WT_rho" public: -CCTK_REAL WT_u type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0' +CCTK_REAL WT_eps type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0' { - u -} "WT_u" + eps +} "WT_eps" public: CCTK_REAL WT_rhorhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"' -- cgit v1.2.3