From: Ralf Hartmann Date: Fri, 30 Jan 2004 12:55:16 +0000 (+0000) Subject: Declare inline functions inline before they are called. X-Git-Tag: v8.0.0~15879 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0b86bd374408f42fab7382a5b08cd93d2b3f8f;p=dealii.git Declare inline functions inline before they are called. git-svn-id: https://svn.dealii.org/trunk@8361 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_indices.h b/deal.II/lac/include/lac/block_indices.h index 5c311eb6cd..9e71807e9e 100644 --- a/deal.II/lac/include/lac/block_indices.h +++ b/deal.II/lac/include/lac/block_indices.h @@ -67,7 +67,7 @@ class BlockIndices * of block @p{i} is set to * @p{n[i]}. */ - void reinit (const std::vector &n); + inline void reinit (const std::vector &n); /** * Return the block and the @@ -99,7 +99,7 @@ class BlockIndices * of the vector space of the * block vector. */ - unsigned int total_size () const; + inline unsigned int total_size () const; /** * Return the size of the @p{i}th