From: Magdalena Schreter Date: Mon, 12 Sep 2022 19:56:11 +0000 (+0200) Subject: make function inline X-Git-Tag: v9.5.0-rc1~977^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14261%2Fhead;p=dealii.git make function inline --- diff --git a/include/deal.II/lac/solver_gmres.h b/include/deal.II/lac/solver_gmres.h index 79b7bd82e9..a2ce5f0aab 100644 --- a/include/deal.II/lac/solver_gmres.h +++ b/include/deal.II/lac/solver_gmres.h @@ -621,7 +621,7 @@ namespace internal // A function to solve the (upper) triangular system after Givens // rotations on a matrix that has possibly unused rows and columns - void + inline void solve_triangular(const unsigned int dim, const FullMatrix &H, const Vector & rhs,