From af90ca7db07655489f4de36c8f9da1f68b5629fd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 May 2001 17:49:21 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@4553 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_indices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5