From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c142e873ab80e88f4b588806d1f76d1bc01af4;p=dealii-svn.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