Skip to content

Commit

Permalink
Merge branch 'main' into periodic-types
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizZak committed Jul 22, 2024
2 parents ae0b71a + c27159a commit 89c08b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public struct SpatialTree<Element: BoundableType>: SpatialTreeType where Element
/// - maxElementsPerLevelBeforeSplit: The maximum number of elements per
/// spatial tree subdivision before an attempt to subdivide it further is done.
public init(
_ geometryList: [Element],
_ geometryList: some Sequence<Element>,
maxSubdivisions: Int,
maxElementsPerLevelBeforeSplit: Int
) {
Expand Down

0 comments on commit 89c08b8

Please sign in to comment.