]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add necessary include files to a code snippet in the glossary. 15139/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 25 Apr 2023 21:04:15 +0000 (15:04 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 25 Apr 2023 21:04:15 +0000 (15:04 -0600)
doc/doxygen/headers/glossary.h

index 066cb3907bf2501e579d1fe23f5c66b0bba31d26..49bd65f11410d496efaab1c44218a7b91caab216 100644 (file)
  * has read in from the mesh file. This can be done by using the
  * DataPostprocessors::BoundaryIds class and the following small piece of code:
  * @code
+ *    #include <deal.II/numerics/data_out_faces.h>
+ *    #include <deal.II/numerics/data_postprocessor.h>
+ *
+ *    ...
+ *
  *    DataPostprocessors::BoundaryIds<dim> boundary_ids;
  *    DataOutFaces<dim> data_out_faces;
  *    FE_Q<dim>         dummy_fe(1);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.