Skip to content

Commit

Permalink
Bugfix - wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Aug 29, 2024
1 parent d8adfb3 commit 5993ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ end
cone_h = T(2.5)

cone = let
base = Disk(xy_plane(T), cone_r)
base = Disk(plane_xy(T), cone_r)
Cone(base, Point(0, 0, cone_h))
end

Expand Down

0 comments on commit 5993ddf

Please sign in to comment.