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
cbeddd5a
Commit
cbeddd5a
authored
Dec 21, 2017
by
Timo Koch
Browse files
[test][2p] Set default for GRIDTYPE
parent
80a224df
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/2p/implicit/nonisothermal/problem.hh
View file @
cbeddd5a
...
...
@@ -40,6 +40,10 @@
// use the spatial parameters as the injection problem of the 2p2c test program
#include <test/porousmediumflow/2p2c/implicit/injectionspatialparams.hh>
#ifndef GRIDTYPE // default to yasp grid if not provided by CMake
#define GRIDTYPE Dune::YaspGrid<2>
#endif
namespace
Dumux
{
//! Forward declaration of the problem class
...
...
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