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

remove make_entity, Grids should have been converted by now.

parent 3c7b12d6
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@ class DGPrimalMatrixAssembly
// make sure we got the right conforming statement
assert( intersection.conforming() == conforming );
const EntityType& neighbor = Fem::make_entity( intersection.outside() );
const EntityType& neighbor = intersection.outside();
const int entityOrder = dfSpace.order( entity );
const int neighborOrder = dfSpace.order( neighbor );
......
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