From f29238697a79194226233b0ea5642b3b88e493b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 13 Sep 2017 09:32:20 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20170912Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170912Bangerth diff --git a/doc/news/changes/incompatibilities/20170912Bangerth b/doc/news/changes/incompatibilities/20170912Bangerth new file mode 100644 index 0000000000..d83eec0f95 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170912Bangerth @@ -0,0 +1,6 @@ +Changed: The virtual function SolverRichardson::criterion() now +receives the residual and preconditioned residual vectors as +arguments, rather than accessing it through the member variables of +the class. It has also been made @p const. +
+(Wolfgang Bangerth, 2017/09/12) -- 2.39.5