Skip to content
GitLab
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
3fee9051
Commit
3fee9051
authored
Apr 03, 2020
by
Timo Koch
Browse files
Merge branch 'fix/headercheck' into 'master'
Fix/headercheck See merge request
!1945
parents
173af046
14c57d5c
Changes
10
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/compositional/iofields.hh
View file @
3fee9051
...
...
@@ -25,6 +25,7 @@
#define DUMUX_FREEFLOW_NC_IO_FIELDS_HH
#include
<dumux/io/name.hh>
#include
<dumux/common/deprecated.hh>
#include
<dumux/freeflow/navierstokes/iofields.hh>
namespace
Dumux
{
...
...
dumux/io/pointcloudvtkwriter.hh
View file @
3fee9051
...
...
@@ -27,6 +27,9 @@
#include
<string>
#include
<vector>
#include
<list>
#include
<fstream>
#include
<iomanip>
#include
<dune/common/fvector.hh>
#include
<dune/common/exceptions.hh>
#include
<dune/common/path.hh>
...
...
dumux/io/vtkprecision.hh
View file @
3fee9051
...
...
@@ -24,7 +24,9 @@
#ifndef DUMUX_IO_VTK_PRECISION_HH
#define DUMUX_IO_VTK_PRECISION_HH
#include
<array>
#include
<string_view>
#include
<dune/common/version.hh>
#include
<dune/grid/io/file/vtk/common.hh>
...
...
dumux/multidomain/boundary/stokesdarcy/couplingmapper.hh
View file @
3fee9051
...
...
@@ -29,6 +29,7 @@
#include
<unordered_map>
#include
<vector>
#include
<dune/common/exceptions.hh>
#include
<dumux/discretization/method.hh>
namespace
Dumux
{
...
...
dumux/multidomain/facet/codimonegridadapter.hh
View file @
3fee9051
...
...
@@ -27,6 +27,7 @@
#include
<cassert>
#include
<vector>
#include
<memory>
#include
<dune/grid/common/mcmgmapper.hh>
#include
<dune/geometry/referenceelements.hh>
...
...
dumux/parallel/vectorcommdatahandle.hh
View file @
3fee9051
...
...
@@ -25,6 +25,8 @@
#define DUMUX_VECTOR_COMM_DATA_HANDLE_HH
#include
<algorithm>
#include
<dune/common/version.hh>
#include
<dune/grid/common/datahandleif.hh>
namespace
Dumux
{
...
...
dumux/porousmediumflow/mpnc/iofields.hh
View file @
3fee9051
...
...
@@ -25,7 +25,10 @@
#ifndef DUMUX_MPNC_IO_FIELDS_HH
#define DUMUX_MPNC_IO_FIELDS_HH
#include
<dune/common/exceptions.hh>
#include
<dumux/io/name.hh>
#include
"pressureformulation.hh"
namespace
Dumux
{
...
...
dumux/porousmediumflow/tracer/volumevariables.hh
View file @
3fee9051
...
...
@@ -24,8 +24,10 @@
#ifndef DUMUX_TRACER_VOLUME_VARIABLES_HH
#define DUMUX_TRACER_VOLUME_VARIABLES_HH
#include
<
type_traits
>
#include
<
cassert
>
#include
<array>
#include
<type_traits>
#include
<dune/common/std/type_traits.hh>
#include
<dumux/porousmediumflow/volumevariables.hh>
...
...
test/material/fluidmatrixinteractions/2p/testmateriallawfunctions.hh
View file @
3fee9051
...
...
@@ -25,8 +25,9 @@
#ifndef DUMUX_TEST_MATERIALLAW_FUNCTIONS_HH
#define DUMUX_TEST_MATERIALLAW_FUNCTIONS_HH
#include
<
dune/common/float_cmp.hh
>
#include
<
iomanip
>
#include
<dune/common/float_cmp.hh>
#include
<dumux/common/math.hh>
#include
<dumux/common/numericdifferentiation.hh>
...
...
test/porousmediumflow/tracer/multiphase/fluidsystem.hh
View file @
3fee9051
...
...
@@ -25,6 +25,7 @@
#ifndef DUMUX_TRACER_MULTIPHASE_TEST_FLUIDSYSTEM_HH
#define DUMUX_TRACER_MULTIPHASE_TEST_FLUIDSYSTEM_HH
#include
<dumux/common/parameters.hh>
#include
<dumux/material/fluidsystems/base.hh>
namespace
Dumux
::
FluidSystems
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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