aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@535fb057-194f-0410-b5a5-c63992f15602>2000-12-17 22:49:10 +0000
committergoodale <goodale@535fb057-194f-0410-b5a5-c63992f15602>2000-12-17 22:49:10 +0000
commit03ac94e4a91f893e5029c735b5474004a9d356ec (patch)
treefcb1989595a2af50e9a1775199ea9dfbaa4a491d /param.ccl
parent851bb36f8ac3de59ab6ecb3ca18abdde893af017 (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/RotatingDBHIVP/trunk@20 535fb057-194f-0410-b5a5-c63992f15602
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index e6625e7..9b2b97e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -2,12 +2,12 @@
# $Header$
shares:einstein
-EXTENDS KEYWORD initial_lapse ""
+EXTENDS KEYWORD initial_lapse
{
"schwarz" :: "Set lapse to Schwarzschild"
}
-EXTENDS KEYWORD initial_data ""
+EXTENDS KEYWORD initial_data
{
"rotatingdbh" :: "Non-Aix BH + Brill Wave IVP"
}