From 94d651c8b1ffc90bf5f35d68d3460decfd94b397 Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 30 Jan 2004 12:55:16 +0000 Subject: [PATCH] Declare inline functions inline before they are called. git-svn-id: https://svn.dealii.org/trunk@8361 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_indices.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5