Skip to content

Commit 0d471a4

Browse files
authored
forgot another GB thing
1 parent f7a1456 commit 0d471a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods/barycentric.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export MeanValue
2929
import GeometryOps as GO, GeoInterface as GI
3030
using CairoMakie, GeoInterfaceMakie # plotting
3131
# Define a polygon
32-
polygon_points = Point3f[
32+
polygon_points = [
3333
(0.03, 0.05, 0.00), (0.07, 0.04, 0.02), (0.10, 0.04, 0.04),
3434
(0.14, 0.04, 0.06), (0.17, 0.07, 0.08), (0.20, 0.09, 0.10),
3535
(0.22, 0.11, 0.12), (0.25, 0.11, 0.14), (0.27, 0.10, 0.16),

0 commit comments

Comments
 (0)