From 001447e090f5edd235abbfd3656154870b30a3ec Mon Sep 17 00:00:00 2001 From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de> Date: Sat, 28 Mar 2020 12:13:52 +0100 Subject: [PATCH] [examples][1ptracer][main] exclude unimportant header includes --- examples/1ptracer/main.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/1ptracer/main.cc b/examples/1ptracer/main.cc index 240d0736fe..94e117da38 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> -- GitLab