From 7b59e44e653b147c2aae6aebd02666a1ce4371ec Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Mon, 12 Sep 2022 21:56:11 +0200 Subject: [PATCH] make function inline --- include/deal.II/lac/solver_gmres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5