Skip to content
Snippets Groups Projects
Commit 92ad1851 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

time manager: only print the "initializing problem" message once for parallel computations

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4996 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent ea9fdc89
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,8 @@ public:
Scalar tEnd,
bool writeInitialSol = true)
{
std::cout << "Initializing '" << problem_->name() << "'\n";
if (verbose_)
std::cout << "Initializing problem '" << problem_->name() << "'\n";
problem_ = &problem;
time_ = tStart;
......
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