From 2e4705a4569c2d3097589845e11b209f7092a791 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 Nov 2001 15:35:26 +0000 Subject: [PATCH] Fix a problem with the declaration of the SolverMinRes::solve function. git-svn-id: https://svn.dealii.org/trunk@5203 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.2.0-vs-3.2.1.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index 58e8050aff..5d34729ea6 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,14 @@

Changes between versions 3.2.0 and 3.2.1

    +
  1. + Fixed: an error in the definition of the SolverMinRes::solve function prevented + its compilation under some circumstances. +
    + (WB 2001/11/14) +

    +
  2. Fixed: upon breakdown, the SolverBicgstab forgot to increment the -- 2.39.5