aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-12-17 17:57:45 +0000
committergoodale <goodale@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-12-17 17:57:45 +0000
commit329aba492072e88a54de1d1bf770a500e14e3729 (patch)
treec854d385fef8bb2d7774d1725cd30bb7e0bc7ece /param.ccl
parentabea6e7f509745a8f7108034f3b74c7fdb5a2f81 (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@19 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl42
1 files changed, 10 insertions, 32 deletions
diff --git a/param.ccl b/param.ccl
index df3d037..4f475e8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -42,56 +42,34 @@ 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 LOGICAL verbose ""
-{
-}
-USES LOGICAL out3D_datestamp ""
-{
-}
-USES LOGICAL out3D_parameters ""
-{
-}
+USES LOGICAL verbose
+USES LOGICAL out3D_datestamp
+USES LOGICAL out3D_parameters
#######################
# Specific to 3D output
#######################
-USES KEYWORD out3D_mode ""
-{
-}
+USES KEYWORD out3D_mode
-USES INT out3D_procs ""
-{
- : ::
-}
-USES LOGICAL out3D_septimefiles ""
-{
-}
-USES LOGICAL out3D_unchunked ""
-{
-}
+USES INT out3D_procs
+USES LOGICAL out3D_septimefiles
+USES LOGICAL out3D_unchunked
##############################################
# Downsampling parameters (only for 3D output)
##############################################
-USES LOGICAL out3D_single ""
-{
-}
+USES LOGICAL out3D_single