aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-05-27 08:18:27 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-05-27 08:18:27 +0000
commit2a2cf1a50ecfab73a2b2c926e30ae6920a019e83 (patch)
tree33e2a072bb5cbf93d4ae1ce74bb32e98eb22739b /param.ccl
parent7a1ae55dcd0f351822346df6ecdd4c5312d1a747 (diff)
Make use of Tom's extensions to parameter declarations:
USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@70 eff87b29-5268-4891-90a3-a07138403961
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 7dc3157..eecad08 100644
--- a/param.ccl
+++ b/param.ccl
@@ -2,7 +2,7 @@
# $Header$
#############################################################################
-### declare IOASCII parameters
+### declare IOJpeg parameters
#############################################################################
private:
@@ -129,8 +129,8 @@ INT out2D_xyplane_zi "z-index (from 0) for 2D planes in xy" STEERABLE = RECOVER
#############################################################################
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 REAL out_yzplane_x
USES REAL out_xzplane_y