From: Wolfgang Bangerth Date: Wed, 25 Apr 2001 16:54:24 +0000 (+0000) Subject: Seems as if we defined a function inline in a .cc file, the compiler X-Git-Tag: v8.0.0~19298 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3f998486c52a5da608afbf1d35fe184db1d3fc;p=dealii.git 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 --- 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