From: Magdalena Schreter Date: Fri, 11 Aug 2023 11:45:31 +0000 (+0200) Subject: docu_data_out_resample_fix_formatting X-Git-Tag: relicensing~600^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15872%2Fhead;p=dealii.git docu_data_out_resample_fix_formatting --- diff --git a/include/deal.II/numerics/data_out_resample.h b/include/deal.II/numerics/data_out_resample.h index 60fceae5c5..eb39c482b3 100644 --- a/include/deal.II/numerics/data_out_resample.h +++ b/include/deal.II/numerics/data_out_resample.h @@ -46,10 +46,12 @@ DEAL_II_NAMESPACE_OPEN * data_out.build_patches(mapping); * * // ... no changes in triangulation and mapping -> reuse internal data - * structures data_out.build_patches(); + * // structures + * data_out.build_patches(); * * // ... changes in triangulation or mapping -> reinitialize internal data - * structures data_out.build_patches(mapping); + * // structures + * data_out.build_patches(mapping); * @endcode * * @note While the dimension of the two triangulations might differ, their