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
ccdcee56
Commit
ccdcee56
authored
Dec 05, 2017
by
Kilian Weishaupt
Browse files
[test] Fix inlcudes
* use dumux/common/properties.hh instead of dumux/common/propertysystem.hh
parent
b3a5ee74
Changes
29
Hide whitespace changes
Inline
Side-by-side
test/common/propertysystem/test_propertysystem.cc
View file @
ccdcee56
...
...
@@ -27,7 +27,7 @@
*/
#include
<config.h>
#include
<dumux/common/propertysystem.hh>
#include
<dumux/common/
properties/
propertysystem.hh>
#include
<iostream>
...
...
test/material/fluidsystems/test_fluidsystems.cc
View file @
ccdcee56
...
...
@@ -26,7 +26,7 @@
// include the property system just to make sure that all fluid system
// type tag adapter behave nicely together
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
"checkfluidsystem.hh"
...
...
test/porousmediumflow/1p/implicit/compressible/test_1p.cc
View file @
ccdcee56
...
...
@@ -36,7 +36,7 @@
#include
<dumux/discretization/methods.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1p/implicit/compressible/test_1p_stationary.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
<dune/grid/io/file/vtk.hh>
#include
<dune/istl/io.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1p/implicit/incompressible/test_1pfv.cc
View file @
ccdcee56
...
...
@@ -33,7 +33,7 @@
#include
<dumux/linear/seqsolverbackend.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/nonlinear/newtonmethod.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
...
...
test/porousmediumflow/1p/implicit/pointsources/test_1pfv_pointsources.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"1psingularityproblem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1p/implicit/pointsources/test_1pfv_pointsources_timedependent.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"1psingularityproblemtimedependent.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1p/implicit/test_1pfv.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"1ptestproblem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1p/implicit/test_1pfv_fracture2d3d.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"fractureproblem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1p/implicit/test_1pfv_network1d3d.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"tubesproblem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1p/implicit/test_1pnifv.cc
View file @
ccdcee56
...
...
@@ -35,7 +35,7 @@
#include
"1pniconductionproblem.hh"
#include
"1pniconvectionproblem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1pnc/implicit/test_1p2c_fv.cc
View file @
ccdcee56
...
...
@@ -36,7 +36,7 @@
#include
<dumux/discretization/methods.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1pnc/implicit/test_1p2cni_conduction_fv.cc
View file @
ccdcee56
...
...
@@ -36,7 +36,7 @@
#include
<dumux/discretization/methods.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/1pnc/implicit/test_1p2cni_convection_fv.cc
View file @
ccdcee56
...
...
@@ -36,7 +36,7 @@
#include
<dumux/discretization/methods.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/2p/implicit/fracture/test_2p_fracture_fv.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"problem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/2p/implicit/incompressible/test_2p_fv.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"problem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/2p/implicit/nonisothermal/test_2pni_fv.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
<dune/grid/io/file/vtk.hh>
#include
<dune/istl/io.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/2pnc/implicit/test_2pnc_fv.cc
View file @
ccdcee56
...
...
@@ -32,7 +32,9 @@
#include
<dune/grid/io/file/vtk.hh>
#include
<dune/istl/io.hh>
#include
<dumux/common/propertysystem.hh>
#include
"fuelcellproblem.hh"
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/2pncmin/implicit/test_2pncmin_fv.cc
View file @
ccdcee56
...
...
@@ -34,7 +34,7 @@
#include
"dissolutionproblem.hh"
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
test/porousmediumflow/3p/implicit/test_3p_fv.cc
View file @
ccdcee56
...
...
@@ -32,7 +32,7 @@
#include
<dune/grid/io/file/vtk.hh>
#include
<dune/istl/io.hh>
#include
<dumux/common/propert
ysystem
.hh>
#include
<dumux/common/propert
ies
.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
...
...
Prev
1
2
Next
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