aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-05-09 18:22:51 +0000
committerallen <allen@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-05-09 18:22:51 +0000
commitc699a88aff26e174c35590ad7abd98d2183a64c6 (patch)
treebc7844483dd11ec77ce6b8ebe7bb525e839acf32
parentd2dd1eb06b7eabf6fd7c95d637d550d96bbddd4d (diff)
Move back to 3 timelevels following fix to c preprocessor on oirigin
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@12 d576a68a-b34a-40ae-82fc-004fa1a9d16f
-rw-r--r--interface.ccl16
1 files changed, 8 insertions, 8 deletions
diff --git a/interface.ccl b/interface.ccl
index da30db0..2d4a698 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,44 +8,44 @@ public:
INT shift_state TYPE = SCALAR
-REAL metric TYPE = GF timelevels = 2
+REAL metric TYPE = GF timelevels = 3
{
gxx,gxy,gxz,gyy,gyz,gzz
} "ADM 3-metric"
-REAL curv TYPE = GF timelevels = 2
+REAL curv TYPE = GF timelevels = 3
{
kxx,kxy,kxz,kyy,kyz,kzz
} "ADM extrinsic curvature"
-REAL lapse TYPE = GF timelevels = 2
+REAL lapse TYPE = GF timelevels = 3
{
alp
} "ADM lapse function"
-REAL shift TYPE = GF timelevels = 2
+REAL shift TYPE = GF timelevels = 3
{
betax,betay,betaz
} "ADM shift function"
# Will become
#
-#REAL metric TYPE = GF timelevels = 2
+#REAL metric TYPE = GF timelevels = 3
#{
# g11,g12,g13,g22,g23,g33
#} "ADM 3-metric"
#
-#REAL curv TYPE = GF timelevels = 2
+#REAL curv TYPE = GF timelevels = 3
#{
# K11,K12,K13,K22,K23,K33
#} "ADM extrinsic curvature"
#
-#REAL lapse TYPE = GF timelevels = 2
+#REAL lapse TYPE = GF timelevels = 3
#{
# lapse
#} "ADM lapse function"
#
-#REAL shift TYPE = GF timelevels = 2
+#REAL shift TYPE = GF timelevels = 3
#{
# shift1,shift2,shift3
#} "ADM shift function"