aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-12-17 10:51:10 +0000
committerallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-12-17 10:51:10 +0000
commit1f0814c0206c0c164b5df325030ffa1381185744 (patch)
treeb9672a8826dd4726abcae02d25389664656b2d9b
parenta0df92952d6a564d9533b6358fb280a71b9d1761 (diff)
Completing parameter range descriptions and fixing a couple of formatting bugs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@43 f5a6acaf-da7d-456b-b0a8-35edbc60b392
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 05d5335..4b428ba 100644
--- a/param.ccl
+++ b/param.ccl
@@ -23,12 +23,12 @@ private:
REAL radius "The radius of the gaussian wave"
{
- 0:* ::
+ 0:* :: "Positive"
} 0.0
REAL sigma "The sigma for the gaussian wave"
{
- 0:* ::
+ 0:* :: "Positive"
} 0.1
REAL kx "The wave number in the x-direction"