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

[multidomain][couplingmanager] Remove unused implementation detail

This was forgotten in the cleanup for dumux 3.6 where it had been used for deprecating an interface.
parent b504f058
No related branches found
No related tags found
1 merge request!3875[multidomain][couplingmanager] Remove unused implementation detail
Pipeline #49825 passed
+3
......@@ -28,17 +28,6 @@
namespace Dumux {
namespace Detail {
// helper to create a multitype vector of references to solution vectors
template<class... Args, std::size_t ...Is>
auto toRef(const std::tuple<Args...>& v, std::index_sequence<Is...> indices)
{
return Dune::MultiTypeBlockVector<std::add_lvalue_reference_t<typename Args::element_type>...>(*std::get<Is>(v)...);
}
} // end namespace Detail
/*!
* \ingroup MultiDomain
* \brief The interface of the coupling manager for multi domain problems
......
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