Skip to content

Commit

Permalink
🚶 actually include the extension file
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Feb 13, 2023
1 parent 1c976a5 commit 10fb769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/SpatialBoundaries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export Womble, TriangulationWomble, LatticeWomble
include(joinpath("lib", "rateofchange.jl"))

include(joinpath("lib", "wombling.jl"))
include(joinpath("extensions", "SpeciesDistributionToolkit.jl"))
export wombling

include(joinpath("lib", "boundaries.jl"))
Expand All @@ -21,6 +22,4 @@ export boundaries
include(joinpath("lib", "overallmean.jl"))
export mean

joinpath("extensions", "SpeciesDistributionToolkit.jl")

end # module
2 changes: 1 addition & 1 deletion src/extensions/SpeciesDistributionToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Performs a lattice wombling on a `SimpleSDMLayer`.
"""
function SpatialBoundaries.wombling(layer::T; convert_to::Type = Float64) where {T <: SimpleSDMLayer}
function wombling(layer::T; convert_to::Type = Float64) where {T <: SimpleSDMLayer}
try
global nan = convert(convert_to, NaN)
catch
Expand Down

0 comments on commit 10fb769

Please sign in to comment.