From 1bb99466bcfa188bca00855f80bd6098b0882419 Mon Sep 17 00:00:00 2001 From: couriersud Date: Thu, 24 Sep 2020 07:53:11 +0200 Subject: netlist: code refactoring * use default move and copy constructors * various minor edits like adding noexcept * removed a lot of inline keywords - you can't beat the compiler --- src/lib/netlist/plib/gmres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/netlist/plib/gmres.h') diff --git a/src/lib/netlist/plib/gmres.h b/src/lib/netlist/plib/gmres.h index 465f12021e3..16fcd1b3f4b 100644 --- a/src/lib/netlist/plib/gmres.h +++ b/src/lib/netlist/plib/gmres.h @@ -335,7 +335,7 @@ namespace plib private: - static inline void givens_mult(FT c, FT s, FT & g0, FT & g1 ) + static void givens_mult(FT c, FT s, FT & g0, FT & g1 ) { const FT g0_last(g0); -- cgit v1.2.3-70-g09d2