From 5660ddb4bbeae40516c6c377fafca934718dd6a2 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 10 Apr 2003 11:28:47 +0000 Subject: Fixed typo in parameter description of IOHDF5::out_dir. This closes PR CactusPUGHIO/1470. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@165 4825ed28-b72c-4eae-9704-e50c059e567d --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/param.ccl b/param.ccl index f800528..a2653c1 100644 --- a/param.ccl +++ b/param.ccl @@ -19,7 +19,7 @@ INT out_every "How often to do IOHDF5 output, overrides IO::out_every" STEERABLE #################### # Output directories #################### -STRING out_dir "Output directory for IOHDF5 files, overrides IO::outdir" STEERABLE = RECOVER +STRING out_dir "Output directory for IOHDF5 files, overrides IO::out_dir" STEERABLE = RECOVER { ".+" :: "A valid directory name" "^$" :: "An empty string to choose the default from IO::out_dir" -- cgit v1.2.3