aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-05-27 08:17:03 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-05-27 08:17:03 +0000
commit9e897d77648b19c5f0cb2146d96d8c1e663d557e (patch)
tree764ffcba88ecc9f0c49be55c8d24d8bb18ecf8d1 /param.ccl
parentbb373c28d93a5594880a04ee57daec7600b80037 (diff)
Make use of Tom's extensions to parameter declarations:
USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@37 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index a6931a6..c59ddf9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -44,8 +44,8 @@ STRING out_vars "Variables to output in IOPanda file format" STEERABLE = ALWAYS
#############################################################################
shares: IO
-# FIXME: want USES STRING out_dir AS default_out_dir
-# FIXME: want USES INT out_every AS default_out_every
+USES STRING out_dir AS io_out_dir
+USES INT out_every AS io_out_every
USES KEYWORD verbose
USES BOOLEAN out_fileinfo
USES KEYWORD out_mode