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
2770f4da
Commit
2770f4da
authored
Dec 21, 2017
by
Timo Koch
Browse files
[tracer] Fix missing includes
parent
5c2e97d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/tracer/localresidual.hh
View file @
2770f4da
...
...
@@ -26,6 +26,8 @@
#define DUMUX_TRACER_LOCAL_RESIDUAL_HH
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/methods.hh>
namespace
Dumux
{
...
...
dumux/porousmediumflow/tracer/volumevariables.hh
View file @
2770f4da
...
...
@@ -24,6 +24,8 @@
#ifndef DUMUX_TRACER_VOLUME_VARIABLES_HH
#define DUMUX_TRACER_VOLUME_VARIABLES_HH
#include <dune/common/fvector.hh>
#include <dumux/common/properties.hh>
#include <dumux/porousmediumflow/volumevariables.hh>
...
...
test/porousmediumflow/tracer/constvel/tracertestproblem.hh
View file @
2770f4da
...
...
@@ -34,6 +34,10 @@
#include "tracertestspatialparams.hh"
#ifndef USEMOLES // default to true if not set through CMake
#define USEMOLES true
#endif
namespace
Dumux
{
/**
...
...
Write
Preview
Markdown
is supported
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