Skip to content
Snippets Groups Projects
Commit 523b32b3 authored by Robert K's avatar Robert K
Browse files

added namespace Dune.

parent a0e1de6d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment