Skip to content
Snippets Groups Projects
Commit e6f06aa4 authored by Timo Koch's avatar Timo Koch
Browse files

Deleted wrongly placed deprecated message in stokes2cmodel.hh. Model needs to...

Deleted wrongly placed deprecated message in stokes2cmodel.hh. Model needs to be set deprecated to force transition to stokesnc model.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12080 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c2b86a8f
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ namespace Dumux {
* the implicit Euler method as temporal discretization.
*/
DUNE_DEPRECATED_MSG("Use the stokesnc model for all 2c problems. Adaption is straight forward. Please notice that several functions now require the input argument compIdx in fluxvariables. Related variables are of the size number of components.")
template<class TypeTag>
class Stokes2cModel : public StokesModel<TypeTag>
{
......
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