From 4b3f998486c52a5da608afbf1d35fe184db1d3fc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Apr 2001 16:54:24 +0000 Subject: [PATCH] Seems as if we defined a function inline in a .cc file, the compiler does not generate the code for external use. git-svn-id: https://svn.dealii.org/trunk@4489 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparsity_pattern.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index 8ab04cf613..d7fba38f51 100644 --- a/deal.II/lac/source/sparsity_pattern.cc +++ b/deal.II/lac/source/sparsity_pattern.cc @@ -496,7 +496,6 @@ SparsityPattern::max_entries_per_row () const -inline unsigned int SparsityPattern::operator () (const unsigned int i, const unsigned int j) const -- 2.39.5