From cab1350f9d7d2f4a14de1d53cb9358ee9b71827c Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 13 Feb 2004 07:21:19 +0000 Subject: [PATCH] Remove inline to allow the decompose function to bind weakly. git-svn-id: https://svn.dealii.org/trunk@8464 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_ilu.templates.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_ilu.templates.h b/deal.II/lac/include/lac/sparse_ilu.templates.h index f4109f6781..15ac84c3f7 100644 --- a/deal.II/lac/include/lac/sparse_ilu.templates.h +++ b/deal.II/lac/include/lac/sparse_ilu.templates.h @@ -49,7 +49,6 @@ void SparseILU::initialize (const SparseMatrix &matrix, template template -inline void SparseILU::decompose (const SparseMatrix &matrix, const double strengthen_diagonal) { -- 2.39.5