aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-09-29 15:34:33 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-09-29 15:34:33 +0000
commit6cc044248a4077a7b064bbae15ff4a60b7c50342 (patch)
tree997f8acd0294db09ffbb3dc85958c70ce54815ff /param.ccl
parent8a7bc7e5c0e17618ee50c59d52dad7b6bd32db36 (diff)
Brought Panda stuff up-to-date with current IO interface.
Tested under Linux so far. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@11 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 4e88262..df3d037 100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,7 +10,7 @@ private:
########################
# How often to do output
########################
-INT out3D_every "How often to do 3D output, overrides out_every"
+INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS
{
-1:* ::
} -1
@@ -28,7 +28,7 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir"
##########################
# What variables to output
##########################
-STRING out3D_vars "Variables to output in 3D Panda file format"
+STRING out3D_vars "Variables to output in 3D Panda file format" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} ""