From 6510fdb9a3938aee4f97679f7454ef7ae80f76e3 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 Nov 2001 15:32:42 +0000 Subject: [PATCH] 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 --- deal.II/lac/include/lac/solver_minres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5