Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit b37c55e

Browse files
committed
Updates for latest Meshes.jl
1 parent ade3c2b commit b37c55e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PointPatterns"
22
uuid = "e61b41b6-3414-4803-863f-2b69057479eb"
33
authors = ["Júlio Hoffimann"]
4-
version = "0.4.12"
4+
version = "0.4.13"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -12,5 +12,5 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1212
[compat]
1313
Distributions = "0.25"
1414
GeoStatsBase = "0.31"
15-
Meshes = "0.30"
15+
Meshes = "0.31"
1616
julia = "1.6"

src/thinning/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ function thin(pp::PointSet, t::RandomThinning{<:Function})
4141
push!(inds, j)
4242
end
4343
end
44-
PointSet(pp.items[inds])
44+
view(pp, inds)
4545
end

0 commit comments

Comments
 (0)