Skip to content
Snippets Groups Projects
Commit 7f8106ea authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[start.hh] Add missing space in output.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9485 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 0923b0c8
No related branches found
No related tags found
No related merge requests found
...@@ -295,9 +295,9 @@ int start_(int argc, ...@@ -295,9 +295,9 @@ int start_(int argc,
// this must be an error. Otherwise proceed. // this must be an error. Otherwise proceed.
if (ParameterTree::tree().hasKey("ParameterFile")) if (ParameterTree::tree().hasKey("ParameterFile"))
{ {
std::cout << "\n\t -> Could not open file" std::cout << "\n\t -> Could not open file '"
<< parameterFileName << parameterFileName
<< ". <- \n\n\n\n"; << "'. <- \n\n\n\n";
usage(argv[0], usageTextBlock()); usage(argv[0], usageTextBlock());
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment