From: Peter Munch Date: Tue, 11 May 2021 05:10:21 +0000 (+0200) Subject: Remove some names X-Git-Tag: v9.3.0-rc1~102^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d86e6461a9c5d45c377407fbc17de3fab3fd10;p=dealii.git Remove some names --- 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