Skip to content

Commit

Permalink
Merge pull request #12856 from gfcas/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bangerth committed Oct 21, 2021
2 parents 0983bb6 + b6f7639 commit e037973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/lac/block_vector_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct IsBlockVector

/**
* Catch all for all other potential vector types that are not block
* matrices.
* vectors.
*/
static std::false_type
check_for_block_vector(...);
Expand Down

0 comments on commit e037973

Please sign in to comment.