From: Wolfgang Bangerth Date: Wed, 4 Feb 2015 01:43:26 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v8.3.0-rc1~499^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0c64ef14f765929ed85563cba93330e1f3ba6f;p=dealii.git Fix a typo. --- 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