Skip to content
Snippets Groups Projects
Commit 9c9c1e0b authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

Added preliminary function in *spatialparams1p to prevent the further usage of...

Added preliminary function in *spatialparams1p to prevent the further usage of the tortuosity method in the 1p2c models. This will be removed again...

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11319 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 8a46d623
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,15 @@ public:
"a porosityAtPos() method.");
}
protected:
// PRELIMINARY FUNCTION! DEPRECATED WHEN CREATED
double tortuosity(const Element &element,
const FVElementGeometry &fvGeometry,
const int scvIdx) const
{
return -1;
}
private:
Implementation &asImp_()
{
......
......@@ -197,6 +197,15 @@ public:
}
}
protected:
// PRELIMINARY FUNCTION! DEPRECATED WHEN CREATED
double tortuosity(const Element &element,
const FVElementGeometry &fvGeometry,
const int scvIdx) const
{
return -1;
}
private:
Implementation &asImp_()
{ return *static_cast<Implementation*>(this); }
......
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