From: Fabian Castelli Date: Thu, 21 Oct 2021 13:08:47 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.4.0-rc1~913^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f763904c728da4f7eb8df58b61116acf2401e8;p=dealii.git Fix typo --- 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(...);