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

Merge branch 'cleanup/couplingmanager-toref-helper' into 'master'

[multidomain][couplingmanager] Remove unused implementation detail

See merge request !3875
parents b504f058 21574782
No related branches found
No related tags found
1 merge request!3875[multidomain][couplingmanager] Remove unused implementation detail
Pipeline #49834 passed
......@@ -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