Skip to content
Snippets Groups Projects
Commit caccb9a7 authored by Timo Koch's avatar Timo Koch
Browse files

[test][2pnc] Set default for DIFFUSIONTYPE

parent cbeddd5a
No related branches found
No related tags found
2 merge requests!708Fix/headercheck next,!617[WIP] Next
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
#include "2pncdiffusionspatialparams.hh" #include "2pncdiffusionspatialparams.hh"
#include <dumux/discretization/maxwellstefanslaw.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 namespace Dumux
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment