From b59341b1bff11fd0d6db8347b3127c3bfd2475ba Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Thu, 25 Apr 2019 01:04:49 -0700 Subject: [PATCH] small fix --- include/deal.II/lac/generic_linear_algebra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/generic_linear_algebra.h b/include/deal.II/lac/generic_linear_algebra.h index e3974dfa11..6d345f0592 100644 --- a/include/deal.II/lac/generic_linear_algebra.h +++ b/include/deal.II/lac/generic_linear_algebra.h @@ -211,7 +211,7 @@ namespace LinearAlgebraTrilinos using BlockSparseMatrix = TrilinosWrappers::BlockSparseMatrix; /** - * Typedef for thei type used for compressed block sparsity pattern. + * Typedef for the type used for compressed block sparsity pattern. */ using BlockCompressedSparsityPattern = TrilinosWrappers::BlockSparsityPattern; -- 2.39.5