aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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 b406bc0..0add402 100644
--- a/param.ccl
+++ b/param.ccl
@@ -435,6 +435,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"