From: Wolfgang Bangerth Date: Mon, 7 May 2001 17:49:21 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~19237 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af90ca7db07655489f4de36c8f9da1f68b5629fd;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@4553 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 8b9e830248..6c8be8cfff 100644 --- a/deal.II/lac/include/lac/block_indices.h +++ b/deal.II/lac/include/lac/block_indices.h @@ -103,7 +103,7 @@ class BlockIndices * Return the size of the @p{i}th * block. */ - unsigned int block_size (const unsigned int i) const + unsigned int block_size (const unsigned int i) const; /** * Copy operator.