Skip to content
Snippets Groups Projects
Commit 695812d3 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[discretization][volVars] Fix deprecation message

* use correct class name
parent 57202083
No related branches found
No related tags found
2 merge requests!670Cleanup/volvars,!617[WIP] Next
......@@ -24,7 +24,7 @@
#ifndef DUMUX_DISCRETIZATION_VOLUME_VARIABLES_DEPR_HH
#define DUMUX_DISCRETIZATION_VOLUME_VARIABLES_DEPR_HH
#warning "This header is deprecated. Use PorousmediumflowVolumeVariables from dumux/porousmediumflow/volumevariables.hh"
#warning "This header is deprecated. Use PorousMediumFlowVolumeVariables from dumux/porousmediumflow/volumevariables.hh"
#include <dune/common/deprecated.hh>
#include <dumux/porousmediumflow/volumevariables.hh>
......@@ -32,7 +32,7 @@ namespace Dumux
{
template<class TypeTag>
using ImplicitVolumeVariables DUNE_DEPRECATED_MSG("Use PorousmediumflowVolumeVariables from dumux/porousmediumflow/volumevariables.hh")
using ImplicitVolumeVariables DUNE_DEPRECATED_MSG("Use PorousMediumFlowVolumeVariables from dumux/porousmediumflow/volumevariables.hh")
= PorousMediumFlowVolumeVariables<TypeTag>;
} // end namespace Dumux
......
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