aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorswhite <swhite@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-07-28 14:04:06 +0000
committerswhite <swhite@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-07-28 14:04:06 +0000
commitbb7c8ef28e73c9d13a4c05e420550d0e01eb237c (patch)
tree9e53c891e56d9af406b3931cf0eb3cf88ba01544 /param.ccl
parent40214def7760f358107f9a05b658b6aeb48ef7ee (diff)
Added new parameter IO::filereader_dir
See bug 1809 doc/documentation.tex: Ran through spellchecker Fixed a little grammar Changed square brackets to curly ones in doc for filereader_ID_vars git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@213 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1f5ea4a..20405cb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -163,6 +163,10 @@ STRING recover_dir "Directory to look for recovery files" STEERABLE = RECOVER
{
".+" :: "A valid directory name"
} "."
+STRING filereader_dir "Directory to look for input files" STEERABLE = RECOVER
+{
+ ".+" :: "A valid directory name"
+} "."
STRING filereader_ID_files "List of files to read in as initial data" STEERABLE = RECOVER
{
".+" :: "Space-separated list of initial data filenames"