summaryrefslogtreecommitdiff
path: root/src/include/CommandLine.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-06-29 16:25:58 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-06-29 16:25:58 +0000
commited3b129327948cb4f7305dfcd31e343e9b90b877 (patch)
treea5511416ac331f3772f75fbd08457519934ae70c /src/include/CommandLine.h
parentea32143ca6b9f1feb42a62275d2f2fcaffc69754 (diff)
Added new command line option '--logdir <dir>' which sets the output directory
for logfiles created by the \texttt{-r} option. If the directory doesn't exist yet, it will be created by Cactus. This applies patch http://www.cactuscode.org/old/pipermail/developers/2006-June/004901.html. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4337 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CommandLine.h')
-rw-r--r--src/include/CommandLine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/CommandLine.h b/src/include/CommandLine.h
index 0eb4fa8c..89e89070 100644
--- a/src/include/CommandLine.h
+++ b/src/include/CommandLine.h
@@ -23,6 +23,7 @@ void CCTKi_CommandLineWarningLevel(const char *argument);
void CCTKi_CommandLineErrorLevel(const char *argument);
void CCTKi_CommandLineParameterLevel(const char *argument);
void CCTKi_CommandLineRedirect(const char *argument);
+void CCTKi_CommandLineLogDir(const char *argument);
void CCTKi_CommandLineSetBuffering(const char *argument);
void CCTKi_CommandLinePrintSchedule(void);
void CCTKi_CommandLineListThorns(void);