From: hartmann Date: Fri, 30 Jan 2004 12:55:16 +0000 (+0000) Subject: Declare inline functions inline before they are called. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d651c8b1ffc90bf5f35d68d3460decfd94b397;p=dealii-svn.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