aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-17 09:25:56 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-17 09:25:56 +0000
commit32f6ff9bd22cff06d0968744497047ba1f010b4f (patch)
tree414fe442d0d827a38646f51c270e17ec650c1c42 /param.ccl
parentfa4dcb58bbb9348ceaa571780d42e8033056af65 (diff)
Changing the EXTENDS stuff
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@6 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl27
1 files changed, 15 insertions, 12 deletions
diff --git a/param.ccl b/param.ccl
index 8a2419d..6b6c4b6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -97,18 +97,21 @@ REAL bl_M_4 "Mass of 4th BL hole"
: ::
} 1.0
-#friend:einstein
-#EXTENDS LOGICAL use_conformal ""
-#{
-#}
+friend:einstein
-#EXTENDS KEYWORD initial_data ""
-#{
-# "schwarzschild" :: "One Schwarzshild black hole"
-#}
+EXTENDS LOGICAL use_conformal ""
+{
+}
-#EXTENDS KEYWORD lapseinit ""
-#{
-# "schwarz" :: "Set lapse to Schwarzschild"
-#}
+EXTENDS KEYWORD initial_data ""
+{
+ "bl_bh" :: "Brill Lindquist black holes"
+ "misner_bh" :: "Misner black holes"
+ "schwarzschild" :: "One Schwarzshild black hole"
+}
+
+EXTENDS KEYWORD lapseinit ""
+{
+ "schwarz" :: "Set lapse to Schwarzschild"
+}