Skip to content
Snippets Groups Projects
Commit 059d621a authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

Deprecate TwoPNIProblem, which is not used anymore anyway.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9164 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent fb5c5464
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ public:
* \param timeManager The time manager
* \param gridView The grid view
*/
DUNE_DEPRECATED_MSG("use PorousMediaBoxProblem instead")
TwoPNIProblem(TimeManager &timeManager, const GridView &gridView)
: ParentType(timeManager, gridView)
{}
......
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