aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl16
1 files changed, 0 insertions, 16 deletions
diff --git a/param.ccl b/param.ccl
index 1c31399..f7bc858 100644
--- a/param.ccl
+++ b/param.ccl
@@ -18,34 +18,18 @@ INT out_every "How often to do IOJpeg output, overrides IO::out_every" STEERABLE
0: :: "Disable IOJpeg output"
-1: :: "Choose the default from IO::out_every"
} -1
-INT out2D_every "How often to do IOJpeg output, overrides IO::out_every (DEPRICATED IN BETA12)" STEERABLE = ALWAYS
-{
- 1:* :: "Every so many iterations"
- 0: :: "Disable IOJpeg output"
- -1: :: "Choose the default from IO::out_every"
-} -1
STRING out_vars "Variables to output by IOJpeg" STEERABLE = ALWAYS
{
".+" :: "Space-separated list of fully qualified variable/group names"
"^$" :: "An empty string to output nothing"
} ""
-STRING out2D_vars "Variables to output by IOJpeg (DEPRICATED IN BETA12)" STEERABLE = ALWAYS
-{
- ".+" :: "Space-separated list of fully qualified variable/group names"
- "^$" :: "An empty string to output nothing"
-} ""
STRING out_dir "Output directory for IOJpeg files, overrides IO::out_dir" STEERABLE = RECOVER
{
".+" :: "A valid directory name"
"^$" :: "An empty string to choose the default from IO::out_dir"
} ""
-STRING out2D_dir "Output directory for IOJpeg files, overrides IO::out_dir (DEPRECATED IN BETA12)" STEERABLE = RECOVER
-{
- ".+" :: "A valid directory name"
- "^$" :: "An empty string to choose the default from IO::out_dir"
-} ""
KEYWORD mode "Output mode to use" STEERABLE = ALWAYS
{