From: Wolfgang Bangerth Date: Thu, 3 Jun 2004 16:11:42 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: v8.0.0~15085 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7bd41871330613336f7049c6f02febc4a157057;p=dealii.git Fix a comment. git-svn-id: https://svn.dealii.org/trunk@9374 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 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;