aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@eff87b29-5268-4891-90a3-a07138403961>2000-12-17 17:57:45 +0000
committergoodale <goodale@eff87b29-5268-4891-90a3-a07138403961>2000-12-17 17:57:45 +0000
commit58c1f3c46c6b1bfd2e1bcaa2791ddbae63e2756f (patch)
tree2cba4a98b3659213c00a15a2c20079a81818cb87
parentc5190be6f8d51381d472a3343726bd1e861ddd23 (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@30 eff87b29-5268-4891-90a3-a07138403961
-rw-r--r--param.ccl8
1 files changed, 2 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index d6b87b9..d0e022b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -111,14 +111,10 @@ shares: IO
########################
# How often to do output
########################
-USES INT out_every ""
-{
-}
+USES INT out_every
####################
# Output directories
####################
-USES STRING outdir ""
-{
-}
+USES STRING outdir