From 8f0c64ef14f765929ed85563cba93330e1f3ba6f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 3 Feb 2015 19:43:26 -0600 Subject: [PATCH] Fix a typo. --- include/deal.II/lac/trilinos_sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/trilinos_sparse_matrix.h b/include/deal.II/lac/trilinos_sparse_matrix.h index c81f437888..177a4b1a1f 100644 --- a/include/deal.II/lac/trilinos_sparse_matrix.h +++ b/include/deal.II/lac/trilinos_sparse_matrix.h @@ -1060,7 +1060,7 @@ namespace TrilinosWrappers *
  • If the matrix was initialized without a sparsity pattern, elements * have been added manually using the set() command. When this process is * completed, a call to compress() reorganizes the internal data - * structures (aparsity pattern) so that a fast access to data is possible + * structures (sparsity pattern) so that a fast access to data is possible * in matrix-vector products. *
  • If the matrix structure has already been fixed (either by * initialization with a sparsity pattern or by calling compress() during -- 2.39.5