aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-12-17 10:51:12 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-12-17 10:51:12 +0000
commit9655e42d0c8198aa45fa9bf58eb85d95f75c50f0 (patch)
treec6e2acce7b9812f9b29023da534c88ea9bdda0bd
parent14b0fc9c0daa1d397aa8bdd55214b8424f782446 (diff)
Completing parameter range descriptions and fixing a couple of formatting bugs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@30 41e88fdd-2190-4c69-9c84-4659c8cf322e
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 673629f..74b5d2b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -13,12 +13,12 @@ private:
REAL radius "Radius of uniformly charged sphere"
{
- 0:* ::
+ 0:* :: "Anything"
} 1.0
REAL charge "Charge of uniformly charged sphere"
{
- 0:* ::
+ 0:* :: "Anything"
} 1.0
BOOLEAN output_tmp "Output intermediate variables"