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

removed unused variable from Marker

parent 7e46647e
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