aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMConstraints
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-11-23 20:49:56 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-11-23 20:49:56 -0500
commit1f0e14e10058298f0cdeef3c079be0df4b94f7cd (patch)
tree3169ddf1c43653e061ffab2bea1569504154b5cf /ML_ADMConstraints
parent47cc9077957b68333b0813a1f950c551352cc13f (diff)
Regenerate code after setting the default tensor weight in Kranc to 0
Diffstat (limited to 'ML_ADMConstraints')
-rw-r--r--ML_ADMConstraints/interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ML_ADMConstraints/interface.ccl b/ML_ADMConstraints/interface.ccl
index 65d3dc1..71d3cfc 100644
--- a/ML_ADMConstraints/interface.ccl
+++ b/ML_ADMConstraints/interface.ccl
@@ -25,13 +25,13 @@ 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=3 tags='tensortypealias="Scalar" tensorweight=1'
+CCTK_REAL ML_Ham type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
{
H
} "ML_Ham"
public:
-CCTK_REAL ML_mom type=GF timelevels=3 tags='tensortypealias="D" tensorweight=1'
+CCTK_REAL ML_mom type=GF timelevels=3 tags='tensortypealias="D" tensorweight=0'
{
M1,
M2,