aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"