Skip to content
Snippets Groups Projects
Commit 1e242212 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[PL] Correct sequence of info message parameters.

parent 724a8264
No related branches found
No related tags found
No related merge requests found
......@@ -508,7 +508,7 @@ bool UncoupledProcessesTimeLoop::loop()
pcs.computeSecondaryVariable(t, x);
INFO("[time] Solving process #%u took %g s in timestep #%u.",
timestep, time_timestep.elapsed(), pcs_idx);
pcs_idx, time_timestep.elapsed(), timestep);
if (!nonlinear_solver_succeeded)
{
......
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