Skip to content

Commit

Permalink
fix errors after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWalt committed Aug 14, 2024
1 parent 762f98a commit 0e2c9e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions geo/src/algorithm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ pub mod simplify_vw;
pub use simplify_vw::{SimplifyVw, SimplifyVwIdx, SimplifyVwPreserve};

/// Stitch together triangles with adjacent sides. Alternative to unioning triangles via BooleanOps.
pub mod stitch;
pub use stitch::StitchTriangles;
pub(crate) mod stitch;

/// Boolean Operations based on constrained triangulation
pub mod spade_boolops;
Expand Down

0 comments on commit 0e2c9e0

Please sign in to comment.