Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
cb443871
Commit
cb443871
authored
Dec 11, 2017
by
Timo Koch
Browse files
[ff] Fix includes
parent
266df810
Changes
4
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/model.hh
View file @
cb443871
...
...
@@ -36,7 +36,7 @@
#include
"indices.hh"
#include
"vtkoutputfields.hh"
#include
<dumux/material/fluids
ystems/1p
.hh>
#include
<dumux/material/fluids
tates/immiscible
.hh>
#include
<dumux/discretization/methods.hh>
/*!
...
...
dumux/freeflow/navierstokes/volumevariables.hh
View file @
cb443871
...
...
@@ -25,8 +25,6 @@
#define DUMUX_NAVIERSTOKES_VOLUME_VARIABLES_HH
#include
<dumux/common/properties.hh>
#include
"model.hh"
#include
<dumux/material/fluidstates/immiscible.hh>
namespace
Dumux
...
...
dumux/freeflow/navierstokes/vtkoutputfields.hh
View file @
cb443871
...
...
@@ -23,7 +23,9 @@
#ifndef DUMUX_NAVIER_STOKES_VTK_OUTPUT_FIELDS_HH
#define DUMUX_NAVIER_STOKES_VTK_OUTPUT_FIELDS_HH
#include
<dune/common/fvector.hh>
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/discretization/methods.hh>
namespace
Dumux
...
...
dumux/freeflow/navierstokesnc/volumevariables.hh
View file @
cb443871
...
...
@@ -24,10 +24,10 @@
#ifndef DUMUX_NAVIER_STOKES_NC_VOLUMEVARIABLES_HH
#define DUMUX_NAVIER_STOKES_NC_VOLUMEVARIABLES_HH
#include
<dune/common/exceptions.hh>
#include
<dumux/common/properties.hh>
#include
"../navierstokes/volumevariables.hh"
#include
<dumux/freeflow/navierstokes/volumevariables.hh>
#include
<dumux/material/fluidstates/immiscible.hh>
namespace
Dumux
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment