From 4279ec7ee4a25cb28721eb90e57555d447aa6bd6 Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Fri, 11 Aug 2023 13:45:31 +0200 Subject: [PATCH] docu_data_out_resample_fix_formatting --- include/deal.II/numerics/data_out_resample.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5