Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeometryGraph and PreparedGeometry multi-threaded (Send) #1198

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Remove another unneeded line
  • Loading branch information
urschrei committed Oct 28, 2024
commit bdf9e510323ac11de6659ffc0fdcf36ee73de59e
1 change: 0 additions & 1 deletion geo/src/algorithm/relate/geomgraph/geometry_graph.rs
Original file line number Diff line number Diff line change
@@ -75,7 +75,6 @@ where
.iter()
.enumerate()
.flat_map(|(edge_idx, edge)| {
// let edge = RefCell::borrow(edge);
let start_of_final_segment: usize = edge.coords().len() - 1;
(0..start_of_final_segment).map(move |segment_idx| {
let p1 = edge.coords()[segment_idx];
Loading
Oops, something went wrong.