aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-05-27 08:17:01 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-05-27 08:17:01 +0000
commit47c1bfa2be88af5f67b7d8f9764f6ac990909d6b (patch)
tree0e4fe2ebf7b66b699b25f299f26996e9f61b42b4 /param.ccl
parent9c22c778d904644f9dd54ac2a0cf0bef66a0d464 (diff)
Make use of Tom's extensions to parameter declarations:
USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@137 4825ed28-b72c-4eae-9704-e50c059e567d
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 2829d21..64721d4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -78,8 +78,8 @@ BOOLEAN checkpoint_next "Checkpoint at next iteration" 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 print_timing_info