We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8579865 commit 1bb4815Copy full SHA for 1bb4815
1 file changed
src/surface/exact_geodesics.cpp
@@ -1343,8 +1343,8 @@ IntervalList GeodesicAlgorithmExact::getEdgeIntervals(Edge e) const { return m_e
1343
void GeodesicAlgorithmExact::set_stop_conditions(const std::vector<SurfacePoint>& stop_points, double stop_distance) {
1344
m_max_propagation_distance = stop_distance;
1345
1346
+ m_stop_vertices.clear();
1347
if (stop_points.empty()) {
- m_stop_vertices.clear();
1348
return;
1349
}
1350
0 commit comments