Skip to content
Snippets Groups Projects

add functionality to remove an added marker

Merged Praetorius, Simon requested to merge issue/remove_marker into master
@@ -218,7 +218,7 @@ void ProblemStat<Traits>::createMarker()
auto newMarker
= EstimatorMarker<Grid>::createMarker(componentName, tp, estimates_[tp], grid_);
assert(bool(newMarker));
addMarker(std::move(newMarker));
this->addMarker(std::move(newMarker));
});
}
Loading