diff --git a/dune/fem-dg/operator/adaptation/estimator.hh b/dune/fem-dg/operator/adaptation/estimator.hh index deefff142b5b5309c09f80fc3fced68d7aed76eb..8cfd26f97511bbdba8f578e72640d23ccaea9788 100644 --- a/dune/fem-dg/operator/adaptation/estimator.hh +++ b/dune/fem-dg/operator/adaptation/estimator.hh @@ -263,7 +263,7 @@ public: if( intersection.neighbor() ) { // access neighbor - const ElementType neighbor = Fem::make_entity( intersection.outside() ); + const ElementType neighbor = Dune::Fem::make_entity( intersection.outside() ); const int nbIdx = indexSet_.index( neighbor ); // handle face from one side only