Skip to content
Snippets Groups Projects
Commit 001447e0 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[examples][1ptracer][main] exclude unimportant header includes

parent e9c182b6
No related branches found
No related tags found
1 merge request!1899Feature/improve tracer example
...@@ -25,10 +25,12 @@ ...@@ -25,10 +25,12 @@
// is computed from that pressure distribution, which is then passed to a tracer problem to solve // 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. // the transport of an initial contamination through the model domain.
// ### Included header files // ### Included header files
// [[exclude]]
// Some generic includes. // Some generic includes.
#include <config.h> #include <config.h>
#include <ctime> #include <ctime>
#include <iostream> #include <iostream>
// [[/exclude]]
// These are DUNE helper classes related to parallel computations, time measurements and file I/O // These are DUNE helper classes related to parallel computations, time measurements and file I/O
#include <dune/common/parallel/mpihelper.hh> #include <dune/common/parallel/mpihelper.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment