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

Stokes: correct deprecation message

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10908 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent fe32f8a6
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ public:
* \brief Returns the dynamic viscosity \f$ \mathrm{[Pa s]} \f$ of the fluid in
* the sub-control volume.
*/
DUNE_DEPRECATED_MSG("function StokesFluxVariables::viscosity() is deprecated, use StokesFluxVariables::dynamicViscosity() instead.")
DUNE_DEPRECATED_MSG("function StokesVolumeVariables::viscosity() is deprecated, use StokesFluxVariables::dynamicViscosity() instead.")
Scalar viscosity() const
{ return dynamicViscosity(); }
......
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