Skip to content
Snippets Groups Projects
Commit 950c6418 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[test_transport] Clean includes

(reviewed by faigle)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9714 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent ac3efe09
No related branches found
No related tags found
No related merge requests found
...@@ -24,15 +24,10 @@ ...@@ -24,15 +24,10 @@
*/ */
#include "config.h" #include "config.h"
#include "test_transportproblem.hh"
#include <dumux/common/start.hh>
#include <dune/grid/common/gridinfo.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/mpihelper.hh>
#include <iostream> #include <iostream>
#include "test_transportproblem.hh"
#include <dumux/common/start.hh>
/*! /*!
* \brief Provides an interface for customizing error messages associated with * \brief Provides an interface for customizing error messages associated with
...@@ -68,4 +63,3 @@ int main(int argc, char** argv) ...@@ -68,4 +63,3 @@ int main(int argc, char** argv)
typedef TTAG(TransportTestProblem) ProblemTypeTag; typedef TTAG(TransportTestProblem) ProblemTypeTag;
return Dumux::start<ProblemTypeTag>(argc, argv, usage); return Dumux::start<ProblemTypeTag>(argc, argv, usage);
} }
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