From 357ac5330fdab90171ab9228b4d53eca050ad7bf Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 21 Mar 2025 14:09:12 -0400 Subject: [PATCH] format comment --- include/deal.II/matrix_free/portable_matrix_free.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/matrix_free/portable_matrix_free.h b/include/deal.II/matrix_free/portable_matrix_free.h index d508552604..ec1a4f0fda 100644 --- a/include/deal.II/matrix_free/portable_matrix_free.h +++ b/include/deal.II/matrix_free/portable_matrix_free.h @@ -379,8 +379,8 @@ namespace Portable * \code * DEAL_II_HOST_DEVICE void operator()( * const typename Portable::MatrixFree::Data *data, - * const DeviceVector &src, - * DeviceVector & dst) const; + * const DeviceVector &src, + * DeviceVector &dst) const; * static const unsigned int n_local_dofs; * static const unsigned int n_q_points; * \endcode -- 2.39.5