Skip to content

Commit

Permalink
Update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed May 11, 2022
1 parent 7f40bf0 commit 0aa11c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fj-kernel/src/algorithms/intersection/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! Intersection algorithms
mod line_segment;
mod surface;
mod surface_surface;

pub use self::{
line_segment::{line_segment, LineSegmentIntersection},
surface::surface_surface,
surface_surface::surface_surface,
};

0 comments on commit 0aa11c3

Please sign in to comment.