From 64b83989d53e255e4d79c3c2b5e8f496c14e52cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 17 Aug 2015 13:02:37 +0200 Subject: [PATCH] Correct comment. --- opm/core/simulator/AdaptiveTimeStepping_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/simulator/AdaptiveTimeStepping_impl.hpp b/opm/core/simulator/AdaptiveTimeStepping_impl.hpp index f8989314..120bc285 100644 --- a/opm/core/simulator/AdaptiveTimeStepping_impl.hpp +++ b/opm/core/simulator/AdaptiveTimeStepping_impl.hpp @@ -157,7 +157,7 @@ namespace Opm { } catch (const Dune::MatrixBlockError& e) { std::cerr << e.what() << std::endl; - // also catch errors in ISTL AMG that occur when time step is too large + // this can be thrown by ISTL's ILU0 in block mode, yet is not an ISTLError } // (linearIterations < 0 means no convergence in solver)