diff --git a/dumux/discretization/cellcentered/mpfa/dualgridindexset.hh b/dumux/discretization/cellcentered/mpfa/dualgridindexset.hh index eae2b64ac8de896801f31cae0c55c2f1141921b3..c0fa9de3a3ba275383942186204ec778a15d25cf 100644 --- a/dumux/discretization/cellcentered/mpfa/dualgridindexset.hh +++ b/dumux/discretization/cellcentered/mpfa/dualgridindexset.hh @@ -45,7 +45,7 @@ struct NodalIndexSetDefaultTraits { using GridView = GV; using GridIndexType = typename IndexTraits<GV>::GridIndex; - using LocalIndexType = typename IndexTraits<GV>::SmallLocalIndex; + using LocalIndexType = typename IndexTraits<GV>::LocalIndex; //! per default, we use dynamic data containers (iv size unknown) template< class T > using NodalScvDataStorage = std::vector< T >;