From fcf99c27cf306c40d5b8bd2f1f7eacb08b75eb82 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 20 Jan 2003 12:11:47 +0000 Subject: Removed old deprecated I/O parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@140 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- param.ccl | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 2818044..e2f3ae1 100644 --- a/param.ccl +++ b/param.ccl @@ -25,21 +25,6 @@ STRING out3D_dir "Output directory for 3D IOASCII files, overrides IO::out_dir" ".+" :: "A valid directory name" "^$" :: "An empty string to choose the default from IO::out_dir" } "" -STRING outdir1D "Output directory for 1D IOASCII 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" -} "" -STRING outdir2D "Output directory for 2D IOASCII files, overrides out_dir (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - ".+" :: "A valid directory name" - "^$" :: "An empty string to choose the default from IO::out_dir" -} "" -STRING outdir3D "Output directory for 3D IOASCII 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" -} "" ########################## @@ -88,12 +73,6 @@ INT out3D_every "How often to do 3D IOASCII output, overrides IO::out_every" STE ################# # output style ################# -KEYWORD out_style "Which style for 1D IOASCII output (DEPRICATED IN BETA12)" -{ - "gnuplot" :: "output readable by gnuplot" - "xgraph" :: "output readable by xgraph" -} "xgraph" - KEYWORD out1D_style "Which style for 1D lines IOASCII output" { "xgraph" :: "f over x plots suitable for xgraph" -- cgit v1.2.3