Skip to content
Snippets Groups Projects
Commit 6c5efca1 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

decoupled 2p2c: do not use property defaults

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7075 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 22084983
No related branches found
No related tags found
No related merge requests found
......@@ -139,11 +139,11 @@ SET_BOOL_PROP(DecoupledTwoPTwoC, EnableCompressibility, true);
SET_BOOL_PROP(DecoupledTwoPTwoC, EnableCapillarity, false);
SET_PROP_DEFAULT(BoundaryMobility)
SET_PROP(DecoupledTwoPTwoC, BoundaryMobility)
{
static const int value = DecoupledTwoPTwoCIndices<TypeTag>::satDependent;
};
SET_PROP_DEFAULT(NumDensityTransport)
SET_PROP(DecoupledTwoPTwoC, NumDensityTransport)
{
static const bool value = false;
};
......
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