From b18d0cd45ad67395979f488e3ec657c99d21cb80 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 9 Jun 2004 10:01:03 +0000 Subject: Added new boolean parameter 'strict_io_parameter_check' to indicate whether to stop on errors while parsing I/O parameters from parameter file. Default is "yes". This is part of closing PR IO/1713: "Abort when unknown groups or variables are specified". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@208 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- param.ccl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/param.ccl b/param.ccl index a34d94d..1f5ea4a 100644 --- a/param.ccl +++ b/param.ccl @@ -52,6 +52,9 @@ BOOLEAN print_timing_info "Print timing information on I/O operations." STEERABL BOOLEAN new_filename_scheme "Use the new filename scheme for output files ?" STEERABLE = RECOVER { } "yes" +BOOLEAN strict_io_parameter_check "Stop on errors while parsing I/O parameters from parameter file ?" STEERABLE = RECOVER +{ +} "yes" KEYWORD out_fileinfo "Add some useful file information to output files ?" STEERABLE = RECOVER { "none" :: "no file information" -- cgit v1.2.3