From 059d621a311b4e5e139594319bad2bd60f35ebd4 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 2 Oct 2012 09:15:47 +0000
Subject: [PATCH] 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
---
 dumux/boxmodels/2pni/2pniproblem.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dumux/boxmodels/2pni/2pniproblem.hh b/dumux/boxmodels/2pni/2pniproblem.hh
index 5f734f63b3..84d66064c8 100644
--- a/dumux/boxmodels/2pni/2pniproblem.hh
+++ b/dumux/boxmodels/2pni/2pniproblem.hh
@@ -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)
     {}
-- 
GitLab