Skip to content

Commit 5eda517

Browse files
jaakkor2visr
authored andcommitted
export setPrecision, getPrecision
1 parent f4be137 commit 5eda517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LibGEOS.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module LibGEOS
2222
prepareGeom, prepcontains, prepcontainsproperly, prepcoveredby, prepcovers, prepcrosses,
2323
prepdisjoint, prepintersects, prepoverlaps, preptouches, prepwithin,
2424
isEmpty, isSimple, isRing, hasZ, isClosed, isValid, interiorRings, exteriorRing,
25-
numPoints, startPoint, endPoint, area, geomLength, distance, hausdorffdistance, nearestPoints
25+
numPoints, startPoint, endPoint, area, geomLength, distance, hausdorffdistance, nearestPoints,
26+
getPrecision, setPrecision
2627

2728
include("geos_common.jl")
2829
include("geos_c.jl")

0 commit comments

Comments
 (0)