removal of legacy gLocalize.h-cpp from build set

This commit is contained in:
2026-01-06 23:51:01 +01:00
parent d2398998cd
commit 6b9bb99e8f
4 changed files with 1 additions and 632 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ MarkerList LocalizationService::localize(
continue;
}
// IMPORTANT: compact points so bounds/length reflect ONLY this region
// IMPORTANT: compact points so bounds/length reflect ONLY this region
vtkNew<vtkCleanPolyData> clean;
clean->SetInputData(raw);
clean->PointMergingOff(); // keep geometry identical; just drop unused points