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

Merge branch 'feature/remove-deprecated-2.9' into 'master'

Reflect removal of deprecated Node::CHILDREN in TypeTree

See merge request !1347
parents 7f5682f7 7d57b151
No related branches found
No related tags found
1 merge request!1347Reflect removal of deprecated Node::CHILDREN in TypeTree
Pipeline #68521 passed
Pipeline: Dune Nightly Test

#68527

    ......@@ -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