From f7bd41871330613336f7049c6f02febc4a157057 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Jun 2004 16:11:42 +0000 Subject: [PATCH] Fix a comment. git-svn-id: https://svn.dealii.org/trunk@9374 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_indices.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/block_indices.h b/deal.II/lac/include/lac/block_indices.h index 431f35b4d8..13f8a54c68 100644 --- a/deal.II/lac/include/lac/block_indices.h +++ b/deal.II/lac/include/lac/block_indices.h @@ -135,9 +135,12 @@ class BlockIndices private: /** - * Number of blocks. This is made - * constant to avoid accidental - * changes during lifetime. + * Number of blocks. While this + * value could be obtained + * through + * start_indices.size()-1, + * we cache this value for faster + * access. */ unsigned int n_blocks; -- 2.39.5