From: Ralf Hartmann Date: Fri, 13 Feb 2004 07:21:19 +0000 (+0000) Subject: Remove inline to allow the decompose function to bind weakly. X-Git-Tag: v8.0.0~15792 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cab1350f9d7d2f4a14de1d53cb9358ee9b71827c;p=dealii.git Remove inline to allow the decompose function to bind weakly. git-svn-id: https://svn.dealii.org/trunk@8464 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) {