Skip to content

Commit

Permalink
Merge pull request #15872 from mschreter/docu_data_out_resample_fix_f…
Browse files Browse the repository at this point in the history
…ormatting
  • Loading branch information
masterleinad committed Aug 11, 2023
2 parents ece9620 + 4279ec7 commit ef852a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/deal.II/numerics/data_out_resample.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef852a8

Please sign in to comment.