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

remove deprecated stuff from dumux/implicit/1p2c

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11757 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c408dca9
No related branches found
No related tags found
No related merge requests found
......@@ -187,15 +187,6 @@ public:
writer.attachCellData(rank, "process rank");
}
};
template<class TypeTag >
class OnePTwoCBoxModel : public OnePTwoCModel<TypeTag>
{
public:
DUNE_DEPRECATED_MSG("use the class OnePTwoCModel instead")
OnePTwoCBoxModel(){}
};
}
#include "1p2cpropertydefaults.hh"
......
......@@ -215,13 +215,6 @@ public:
Scalar diffCoeff() const
{ return diffCoeff_; }
/*!
* \brief DEPRECATED: Not used anymore!
*/
DUNE_DEPRECATED_MSG("tortuosity is now calculated with the effective diffusivity model")
Scalar tortuosity() const
{ return tortuosity_; }
/*!
* \brief Returns the dispersivity of the fluid's streamlines.
*/
......
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