aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@071ba4cb-2270-47cd-a45a-3e542e115664>2000-12-17 10:51:11 +0000
committerallen <allen@071ba4cb-2270-47cd-a45a-3e542e115664>2000-12-17 10:51:11 +0000
commite24c5f38917a6e9efa33d997c1b9620267eed23b (patch)
tree99d21c4a9977d560ce9807c80ec3ec107f85e8ed
parent2ec709c07fbf16f45489a1a6be6cef1e1b63c571 (diff)
Completing parameter range descriptions and fixing a couple of formatting bugs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveC/trunk@12 071ba4cb-2270-47cd-a45a-3e542e115664
-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"