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

[material] Fix alias introduced for deprecation to have default templ arg

parent 448f43f0
No related branches found
No related tags found
1 merge request!812[material] Fix alias introduced for deprecation to have default templ arg
...@@ -396,7 +396,7 @@ Scalar Brine<Scalar, H2O>::constantSalinity = 0.1; ...@@ -396,7 +396,7 @@ Scalar Brine<Scalar, H2O>::constantSalinity = 0.1;
} // end namespace Components } // end namespace Components
template <class Scalar, class H2O> template <class Scalar, class H2O = TabulatedComponent<Scalar, H2O<Scalar>>>
using Brine DUNE_DEPRECATED_MSG("Now in the namespace: Components") = Dumux::Components::Brine<Scalar, H2O>; using Brine DUNE_DEPRECATED_MSG("Now in the namespace: Components") = Dumux::Components::Brine<Scalar, H2O>;
} // end namespace Dumux } // 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