From 79e9a5944336b06a00c8f21ae606126d0576ada4 Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Tue, 9 Jan 2024 13:52:48 -0100 Subject: [PATCH] Maybe it's the wrapper calling? --- src/isin/isingeoregion.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/isin/isingeoregion.jl b/src/isin/isingeoregion.jl index 231bf311..288634f9 100644 --- a/src/isin/isingeoregion.jl +++ b/src/isin/isingeoregion.jl @@ -24,7 +24,7 @@ Base.in( tlon :: Real = 0, tlat :: Real = 0, throw :: Bool = true -) = isinGeoRegion(point,geo,tlon,tlat,throw) +) = isinGeoRegion(point,geo,tlon=tlon,tlat=tlat,throw=throw) """ in( @@ -53,7 +53,7 @@ Base.in( polyG :: PolyRegion; domask :: Bool = false, throw :: Bool = true -) = isinGeoRegion(Child,polyG,domask,throw) +) = isinGeoRegion(Child,polyG,domask=domask,throw=throw) """ in( @@ -79,7 +79,7 @@ Base.in( Child :: GeoRegion, rectG :: RectRegion; throw :: Bool = true -) = isinGeoRegion(Child,rectG,throw) +) = isinGeoRegion(Child,rectG,throw=throw) """ isinGeoRegion(