diff --git a/examples/1ptracer/main.cc b/examples/1ptracer/main.cc index 240d0736fe98f1ab77d951402261c2f752ef2a97..94e117da38f68c065d55bed351fe00918035b2fc 100644 --- a/examples/1ptracer/main.cc +++ b/examples/1ptracer/main.cc @@ -25,10 +25,12 @@ // is computed from that pressure distribution, which is then passed to a tracer problem to solve // the transport of an initial contamination through the model domain. // ### Included header files +// [[exclude]] // Some generic includes. #include <config.h> #include <ctime> #include <iostream> +// [[/exclude]] // These are DUNE helper classes related to parallel computations, time measurements and file I/O #include <dune/common/parallel/mpihelper.hh>