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

remove deprecated stuff from dumux/implicit/1p

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11750 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a68b4707
No related branches found
No related tags found
No related merge requests found
...@@ -141,15 +141,6 @@ public: ...@@ -141,15 +141,6 @@ public:
writer.attachCellData(*rank, "process rank"); writer.attachCellData(*rank, "process rank");
} }
}; };
template<class TypeTag >
class OnePBoxModel : public OnePModel<TypeTag>
{
public:
DUNE_DEPRECATED_MSG("use the class OnePModel instead")
OnePBoxModel(){}
};
} }
#include "1ppropertydefaults.hh" #include "1ppropertydefaults.hh"
......
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