Skip to content
Snippets Groups Projects
Commit 18a953e1 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Merge branch 'issue/marker_cleanup' into 'master'

removed unused variable from Marker

See merge request !96
parents 7e46647e f994684a
No related branches found
No related tags found
1 merge request!96removed unused variable from Marker
......@@ -284,7 +284,6 @@ Flag GridFunctionMarker<Grid, PreGridFct>::markGrid(AdaptInfo& adaptInfo)
int currentLevel = e.level();
auto geo = e.geometry();
auto const& ref = Dune::referenceElement(geo);
int codim = ref.dimension;
// evaluate in the center of the element
int targetLevel = int(std::round(localFct(ref.position(0,0))));
......
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