From: Wolfgang Bangerth Date: Wed, 14 Nov 2001 15:32:42 +0000 (+0000) Subject: Fix a problem with the declaration of the SolverMinRes::solve function. X-Git-Tag: v8.0.0~18626 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5877cbcb4a6cbe22ce8177693a5e2452e73f36e5;p=dealii.git Fix a problem with the declaration of the SolverMinRes::solve function. git-svn-id: https://svn.dealii.org/trunk@5201 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 290ba763ac..bf11f28288 100644 --- a/deal.II/lac/include/lac/solver_minres.h +++ b/deal.II/lac/include/lac/solver_minres.h @@ -176,7 +176,7 @@ SolverMinRes::print_vectors(const unsigned int, template template -typename Solver::ReturnState +void SolverMinRes::solve (const MATRIX &A, VECTOR &x, const VECTOR &b,