From: wolf Date: Wed, 14 Nov 2001 15:33:45 +0000 (+0000) Subject: Fix a problem with the discretization of the MinRes::solver function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a71cdf20dec270fc8e230a0a62d863b0db21be08;p=dealii-svn.git Fix a problem with the discretization of the MinRes::solver function. git-svn-id: https://svn.dealii.org/branches/Branch-3-2@5202 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_minres.h b/deal.II/lac/include/lac/solver_minres.h index 0f3438863d..ad3c9e1bae 100644 --- a/deal.II/lac/include/lac/solver_minres.h +++ b/deal.II/lac/include/lac/solver_minres.h @@ -175,7 +175,7 @@ SolverMinRes::print_vectors(const unsigned int, template template -typename Solver::ReturnState +void SolverMinRes::solve (const MATRIX &A, VECTOR &x, const VECTOR &b,