From: Wolfgang Bangerth Date: Mon, 14 Jun 2004 15:11:57 +0000 (+0000) Subject: Don't mark functions inline in files that are not always included. X-Git-Tag: v8.0.0~15034 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696de1ddd5f41a899169f3fbe3aef2835fe41702;p=dealii.git Don't mark functions inline in files that are not always included. git-svn-id: https://svn.dealii.org/trunk@9425 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_sparse_matrix.templates.h b/deal.II/lac/include/lac/block_sparse_matrix.templates.h index ae4dab373f..90d75749cc 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix.templates.h +++ b/deal.II/lac/include/lac/block_sparse_matrix.templates.h @@ -96,7 +96,6 @@ BlockSparseMatrix::operator = (const double d) template -inline void BlockSparseMatrix::clear () {