From 3198714d68ba51012101abeef2ebe47f58c59447 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Nov 2000 14:43:24 +0000 Subject: [PATCH] Micro indentation change. git-svn-id: https://svn.dealii.org/trunk@3500 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_vector.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 48c91d767e..4f24700c39 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -496,14 +496,15 @@ class BlockVector * different blocks. */ BlockIndices block_indices; + private: - /** - * The number of blocks. This - * number is redundant to - * @p{components.size()} and stored - * here for convenience. - */ - unsigned int num_blocks; + /** + * The number of blocks. This + * number is redundant to + * @p{components.size()} and stored + * here for convenience. + */ + unsigned int num_blocks; }; @@ -526,6 +527,7 @@ unsigned int BlockVector::n_blocks () const } + template inline Number BlockVector::operator() (const unsigned int i) const @@ -536,6 +538,7 @@ Number BlockVector::operator() (const unsigned int i) const } + template inline Number& BlockVector::operator() (const unsigned int i) -- 2.39.5