Skip to content
Snippets Groups Projects
Commit 7d57b151 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Reflect removal of deprecated Node::CHILDREN in TypeTree

This is seldom case of forward-dependency in Dune.
parent 7f5682f7
Branches
Tags
1 merge request!1347Reflect removal of deprecated Node::CHILDREN in TypeTree
Pipeline #68369 passed
Pipeline: Dune Nightly Test

#68370

    ......@@ -76,7 +76,7 @@ namespace Dune
    template< class T >
    struct DimRange< T, std::enable_if_t< std::is_same< typename T::NodeTag, Dune::TypeTree::PowerNodeTag >::value > >
    : public std::integral_constant< std::size_t, sum< int >( T::CHILDREN * DimRange< typename T::ChildType >::value ) >
    : public std::integral_constant< std::size_t, sum< int >( T::degree() * DimRange< typename T::ChildType >::value ) >
    {};
    #endif // #if HAVE_DUNE_TYPETREE
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment