From 87d86e6461a9c5d45c377407fbc17de3fab3fd10 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 11 May 2021 07:10:21 +0200 Subject: [PATCH] Remove some names --- include/deal.II/base/aligned_vector.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/deal.II/base/aligned_vector.h b/include/deal.II/base/aligned_vector.h index ce898d6928..5859fe76ae 100644 --- a/include/deal.II/base/aligned_vector.h +++ b/include/deal.II/base/aligned_vector.h @@ -56,8 +56,6 @@ DEAL_II_NAMESPACE_OPEN * assertions, and cut some unnecessary functionality. Note that this vector * is a bit more memory-consuming than std::vector because of alignment, so it * is recommended to only use this vector on long vectors. - * - * @p author Katharina Kormann, Martin Kronbichler, 2011 */ template class AlignedVector -- 2.39.5