From 0d4edec9ba7681b98baba2a1ae719c00ab45e269 Mon Sep 17 00:00:00 2001 From: Markus Blatt <markus@dr-blatt.de> Date: Thu, 19 Sep 2024 10:20:10 +0000 Subject: [PATCH] aplied suggestion to comment parameter name instead --- dune/python/istl/preconditioners.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/python/istl/preconditioners.hh b/dune/python/istl/preconditioners.hh index 566381bae..547d73082 100644 --- a/dune/python/istl/preconditioners.hh +++ b/dune/python/istl/preconditioners.hh @@ -51,7 +51,7 @@ namespace Dune // ----------------------- template< class X, class Y, class... options > - inline void registerPreconditioners ( pybind11::module module, pybind11::class_< LinearOperator< X, Y >, options... > ) + inline void registerPreconditioners ( pybind11::module module, pybind11::class_< LinearOperator< X, Y >, options... > /*cls*/ ) { typedef Dune::Preconditioner< X, Y > Preconditioner; -- GitLab