From e8f5dbca9be70430e118d08bc3045f07b08b60ba Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 12 Apr 2020 19:56:52 -0400 Subject: [PATCH] Don't use template argument in documentation --- include/deal.II/lac/block_vector.h | 2 +- include/deal.II/lac/la_parallel_block_vector.h | 3 ++- include/deal.II/lac/la_parallel_vector.h | 4 ++-- include/deal.II/lac/la_vector.h | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/include/deal.II/lac/block_vector.h b/include/deal.II/lac/block_vector.h index 20a3399cca..0abbe289d0 100644 --- a/include/deal.II/lac/block_vector.h +++ b/include/deal.II/lac/block_vector.h @@ -533,7 +533,7 @@ namespace internal /** - * Declare dealii::BlockVector< Number > as serial vector. + * Declare dealii::BlockVector as serial vector. * * @author Uwe Koecher, 2017 */ diff --git a/include/deal.II/lac/la_parallel_block_vector.h b/include/deal.II/lac/la_parallel_block_vector.h index b4908d8e7b..789de18ce1 100644 --- a/include/deal.II/lac/la_parallel_block_vector.h +++ b/include/deal.II/lac/la_parallel_block_vector.h @@ -721,7 +721,8 @@ swap(LinearAlgebra::distributed::BlockVector &u, /** - * Declare dealii::LinearAlgebra::BlockVector< Number > as distributed vector. + * Declare dealii::LinearAlgebra::distributed::BlockVector as distributed + * vector. * * @author Uwe Koecher, 2017 */ diff --git a/include/deal.II/lac/la_parallel_vector.h b/include/deal.II/lac/la_parallel_vector.h index a8a607936c..015f184fc4 100644 --- a/include/deal.II/lac/la_parallel_vector.h +++ b/include/deal.II/lac/la_parallel_vector.h @@ -1733,7 +1733,7 @@ swap(LinearAlgebra::distributed::Vector &u, /** - * Declare dealii::LinearAlgebra::Vector< Number > as distributed vector. + * Declare dealii::LinearAlgebra::Vector as distributed vector. * * @author Uwe Koecher, 2017 */ @@ -1753,7 +1753,7 @@ namespace internal /** * A helper class used internally in linear_operator.h. Specialization for - * LinearAlgebra::distributed::Vector. + * LinearAlgebra::distributed::Vector. */ template class ReinitHelper> diff --git a/include/deal.II/lac/la_vector.h b/include/deal.II/lac/la_vector.h index 6bb3a3bfdd..b52266e4c3 100644 --- a/include/deal.II/lac/la_vector.h +++ b/include/deal.II/lac/la_vector.h @@ -509,7 +509,7 @@ namespace LinearAlgebra /** - * Declare dealii::LinearAlgebra::Vector< Number > as serial vector. + * Declare dealii::LinearAlgebra::Vector as serial vector. * * @author Uwe Koecher, 2017 */ -- 2.39.5