Skip to content
Snippets Groups Projects
Commit 45941e07 authored by Leon Keim's avatar Leon Keim
Browse files

reorder includes

parent f45ea43d
No related branches found
No related tags found
1 merge request!3806Added 2pnc model, which includes properties. Fixes, Labels link
Pipeline #45103 passed
+3
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
#ifndef DUMUX_PNM_2P_NC_PROBLEM_HH #ifndef DUMUX_PNM_2P_NC_PROBLEM_HH
#define DUMUX_PNM_2P_NC_PROBLEM_HH #define DUMUX_PNM_2P_NC_PROBLEM_HH
#include <dumux/porenetwork/2pnc/model.hh>
#include <dumux/common/boundarytypes.hh> #include <dumux/common/boundarytypes.hh>
#include <dumux/common/parameters.hh> #include <dumux/common/parameters.hh>
#include <dumux/porousmediumflow/problem.hh>
#include <dumux/material/components/air.hh> #include <dumux/material/components/air.hh>
#include <dumux/porousmediumflow/problem.hh>
#include <dumux/porenetwork/2pnc/model.hh>
namespace Dumux { namespace Dumux {
......
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