From 444117c03d31b9e884e4c668caad8c32db2b204e Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Mon, 24 Jun 2013 09:17:09 +0000 Subject: [PATCH] Stokes: correct deprecation message again git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10910 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/freeflow/stokes/stokesvolumevariables.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/freeflow/stokes/stokesvolumevariables.hh b/dumux/freeflow/stokes/stokesvolumevariables.hh index 60db320d03..e72ad12c98 100644 --- a/dumux/freeflow/stokes/stokesvolumevariables.hh +++ b/dumux/freeflow/stokes/stokesvolumevariables.hh @@ -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 StokesVolumeVariables::viscosity() is deprecated, use StokesFluxVariables::dynamicViscosity() instead.") + DUNE_DEPRECATED_MSG("function StokesVolumeVariables::viscosity() is deprecated, use StokesVolumeVariables::dynamicViscosity() instead.") Scalar viscosity() const { return dynamicViscosity(); } -- GitLab