aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2008-04-07 03:23:24 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2008-04-07 03:23:24 +0000
commitd3944383150bc81a1b03e05b043a69347cb962c9 (patch)
tree3d235e536d611ae1f41b49ccefd568d4e6223c8d
parent5a985d226aa01f58b34d10440924dcc61ffd32c4 (diff)
Correct the tensor type of the momentum constraint: it is covariant,
not contravariant. (This should have no effect on simulations.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@132 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index d1bcc35..34c1184 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -32,7 +32,7 @@ real normalized_hamiltonian timelevels=3 type=GF tags='tensortypealias="Scalar"
hamnormalized
} "Normalized hamiltonian constraint"
-real momentum type=GF timelevels=3 tags='tensortypealias="U" ProlongationParameter="ADMConstraints::constraints_prolongation_type"'
+real momentum type=GF timelevels=3 tags='tensortypealias="d" ProlongationParameter="ADMConstraints::constraints_prolongation_type"'
{
momx,
momy,