From b6f763904c728da4f7eb8df58b61116acf2401e8 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Thu, 21 Oct 2021 15:08:47 +0200 Subject: [PATCH] Fix typo --- include/deal.II/lac/block_vector_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/block_vector_base.h b/include/deal.II/lac/block_vector_base.h index 87b5335127..90e602c51b 100644 --- a/include/deal.II/lac/block_vector_base.h +++ b/include/deal.II/lac/block_vector_base.h @@ -76,7 +76,7 @@ private: /** * Catch all for all other potential vector types that are not block - * matrices. + * vectors. */ static std::false_type check_for_block_vector(...); -- 2.39.5