aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-12-17 17:57:47 +0000
committergoodale <goodale@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-12-17 17:57:47 +0000
commited995d1b7ab411b7e6f196e70b7b2227fd28a836 (patch)
tree956ea85b0632a1e75c864b8d793d3cb68123a1f1 /param.ccl
parent90395398a6894acf095bfe9159eafb5d71f3460b (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@76 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 3 insertions, 10 deletions
diff --git a/param.ccl b/param.ccl
index f378d9b..1f685e8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -76,26 +76,19 @@ shares: IO
####################
# Output directories
####################
-USES STRING outdir ""
-{
-}
+USES STRING outdir
########################
# How often to do output
########################
-USES INT out_every ""
-{
- : :: ""
-}
+USES INT out_every
################
# various things
################
-USES BOOLEAN verbose ""
-{
-}
+USES BOOLEAN verbose
BOOLEAN new_filename_scheme ""
{
}