From 0a650ff55fecba138369319d77657139417d128b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20R=C3=B6mer?= Date: Mon, 22 Jan 2024 17:06:51 +0100 Subject: [PATCH] two bugs fixed 2 --- vtkPolyDataBooleanFilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkPolyDataBooleanFilter.cxx b/vtkPolyDataBooleanFilter.cxx index c5a082e..e6e3cb8 100644 --- a/vtkPolyDataBooleanFilter.cxx +++ b/vtkPolyDataBooleanFilter.cxx @@ -1159,7 +1159,7 @@ bool vtkPolyDataBooleanFilter::CutCells (vtkPolyData *pd, PolyStripsType &polySt strips.erase(std::remove_if(strips.begin(), strips.end(), fct), strips.end()); - std::map> stripsM; + std::map> stripsM; for (auto &strip : strips) { stripsM.emplace(strip.front().strip, strip);