From: Wolfgang Bangerth Date: Tue, 29 Jun 2004 03:04:55 +0000 (+0000) Subject: Reorder functions so that inline functions are declared before they are called. X-Git-Tag: v8.0.0~14985 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166834ef9e6e642c6cdeedd2d3eb5a0b9dd57620;p=dealii.git Reorder functions so that inline functions are declared before they are called. git-svn-id: https://svn.dealii.org/trunk@9479 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/compressed_sparsity_pattern.h b/deal.II/lac/include/lac/compressed_sparsity_pattern.h index 80359e7592..67e8df9e43 100644 --- a/deal.II/lac/include/lac/compressed_sparsity_pattern.h +++ b/deal.II/lac/include/lac/compressed_sparsity_pattern.h @@ -455,95 +455,6 @@ class CompressedSparsityPattern : public Subscriptor /*---------------------- Inline functions -----------------------------------*/ -inline -unsigned int -CompressedSparsityPattern::n_rows () const -{ - return rows; -} - - - -inline -unsigned int -CompressedSparsityPattern::n_cols () const -{ - return cols; -} - - - -inline -void -CompressedSparsityPattern::add (const unsigned int i, - const unsigned int j) -{ - Assert (i