aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl39
1 files changed, 9 insertions, 30 deletions
diff --git a/param.ccl b/param.ccl
index ebbd8c6..64111c5 100644
--- a/param.ccl
+++ b/param.ccl
@@ -62,41 +62,20 @@ shares: IO
########################
# How often to do output
########################
-USES INT out_every ""
-{
- : ::
-}
+USES INT out_every
################
# various things
################
-USES BOOLEAN verbose ""
-{
- : ::
-}
-USES BOOLEAN out3D_parameters ""
-{
-}
-USES BOOLEAN print_timing_info ""
-{
-}
+USES BOOLEAN verbose
+USES BOOLEAN out3D_parameters
+USES BOOLEAN print_timing_info
###################################
# Checkpointing/recovery parameters
###################################
-USES BOOLEAN checkpoint_ID ""
-{
-}
-USES KEYWORD recover ""
-{
-}
-USES INT checkpoint_every ""
-{
- : ::
-}
-USES BOOLEAN checkpoint_on_terminate ""
-{
-}
-USES STRING recover_file ""
-{
-}
+USES BOOLEAN checkpoint_ID
+USES KEYWORD recover
+USES INT checkpoint_every
+USES BOOLEAN checkpoint_on_terminate
+USES STRING recover_file