From: Timo Heister Date: Fri, 21 Mar 2025 18:09:12 +0000 (-0400) Subject: format comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18273%2Fhead;p=dealii.git format comment --- 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