aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-22 21:19:01 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-22 21:19:01 +0000
commit0c7357bfcfb54fbcd7b7cf9364850990f7311729 (patch)
treeda762439763bec41ef2c0eb65d2e01f64e8a33e0 /param.ccl
parentab5e9c75963e56d0609ba4a065fd417a2061856e (diff)
cosmetic changes + adding back the new profile for GaugeWave that was
lost in the last commit. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@82 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index cef72a8..71a7470 100644
--- a/param.ccl
+++ b/param.ccl
@@ -440,6 +440,7 @@ KEYWORD GW_H "what function to use"
{
"sin" :: "1-a*sin(x)"
"exp" :: "1-exp(x)"
+"gau" :: "1-a*exp(-x**2)"
}"sin"
REAL GW_a "amplitude of the wave"