Skip to content
Snippets Groups Projects
Commit 43faf1be authored by Lasse Hinrichsen-Bischoff's avatar Lasse Hinrichsen-Bischoff
Browse files

[BlockVectorWindow] specialize AutonomousValue/autoCopy() for proxy elements

parent 27de1a49
No related branches found
No related tags found
1 merge request!215Allow autoCopy() for blocks of VariableBlockVector
......@@ -1158,6 +1158,15 @@ namespace Imp {
} // end namespace 'Imp'
//! Specialization for the proxies of `BlockVectorWindow`
template<typename B, typename A>
struct AutonomousValueType<Imp::BlockVectorWindow<B,A>>
{
using type = BlockVector<B, A>;
};
} // end namespace 'Dune'
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment