aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>2000-12-17 10:51:12 +0000
committerallen <allen@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>2000-12-17 10:51:12 +0000
commit19250684941033cd8f22a252d601acc37a7be208 (patch)
tree55307c21a90a35cc791d8c5621a85b35e6697bf3
parent5f20e2e000481c46771e9b54789edb788ed38978 (diff)
Completing parameter range descriptions and fixing a couple of formatting bugs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveCXX/trunk@25 7ec00dc9-1e7a-42ad-bf73-a299ee168e72
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 9a7401d..4f57180 100644
--- a/param.ccl
+++ b/param.ccl
@@ -20,12 +20,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"