Commit a9dce03 1 parent 33446b2 commit a9dce03 Copy full SHA for a9dce03
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uuid = "429591f6-91af-11e9-00e2-59fbe8cec110"
3
3
authors = [" Pierre Lairez <pierre@lairez.fr>" ]
4
4
description = " Fast and exact geometrical predicates in the Euclidean plane"
5
5
licence = " MIT"
6
- version = " 2.2.7 "
6
+ version = " 2.2.8 "
7
7
8
8
[deps ]
9
9
IntervalArithmetic = " d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ function ivfilter(f :: Formula ; withretcode :: Bool = false)
337
337
$ (withretcode ? :(return (- 1 , $ interval_flt)) : :(return - 1 ))
338
338
elseif isstrictless (interval (0.0 ), $ ivres)
339
339
$ (withretcode ? :(return (1 , $ interval_flt)) : :(return 1 ))
340
- elseif $ ivres == 0
340
+ elseif mag ( $ ivres) == 0
341
341
$ (withretcode ? :(return (0 , $ interval_flt)) : :(return 0 ))
342
342
end
343
343
end
You can’t perform that action at this time.
0 commit comments