aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-12-17 17:57:46 +0000
committergoodale <goodale@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-12-17 17:57:46 +0000
commitdd4208741b479fb478fbe8bc29366df6555c79a5 (patch)
tree735da107a1df6ad85b9af86cc5eec00e8c742172 /param.ccl
parentaf306b19523990896ccc22f37d9554ef0b99a731 (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@60 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'param.ccl')
-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