From 47066810f67cd26e935e185df75c9066ec85c2f2 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Fri, 18 Jan 2019 18:01:31 +0100
Subject: [PATCH] [PL] Time loop. Add dt information on output.

---
 ProcessLib/UncoupledProcessesTimeLoop.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessLib/UncoupledProcessesTimeLoop.cpp b/ProcessLib/UncoupledProcessesTimeLoop.cpp
index a44abfdbc8f..938da3740f2 100644
--- a/ProcessLib/UncoupledProcessesTimeLoop.cpp
+++ b/ProcessLib/UncoupledProcessesTimeLoop.cpp
@@ -596,12 +596,12 @@ bool UncoupledProcessesTimeLoop::loop()
         {
             ALERT(
                 "\tTime step %u is rejected and the new computed"
-                " step size is the same as\n"
+                " step size (dt = %g) is the same as\n"
                 "\tthat was just used.\n"
                 "\tSuggest to adjust the parameters of the time"
                 " stepper or try other time stepper.\n"
                 "\tThe program will stop.",
-                timesteps);
+                dt, timesteps);
             // save unsuccessful solution
             const bool output_initial_condition = false;
             outputSolutions(output_initial_condition, is_staggered_coupling,
-- 
GitLab