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
caccb9a7
Commit
caccb9a7
authored
Dec 21, 2017
by
Timo Koch
Browse files
[test][2pnc] Set default for DIFFUSIONTYPE
parent
cbeddd5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/2pnc/implicit/2pncdiffusion.hh
View file @
caccb9a7
...
...
@@ -33,6 +33,10 @@
#include "2pncdiffusionspatialparams.hh"
#include <dumux/discretization/maxwellstefanslaw.hh>
#ifndef DIFFUSIONTYPE // default to Fick's law if not set through CMake
#define DIFFUSIONTYPE FicksLaw<TypeTag>
#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