From: wolf Date: Wed, 14 Nov 2001 15:32:42 +0000 (+0000) Subject: Fix a problem with the declaration of the SolverMinRes::solve function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6510fdb9a3938aee4f97679f7454ef7ae80f76e3;p=dealii-svn.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,