Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Aug 30, 2024
1 parent f54dd0a commit 022ab5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ end
cone_h = T(2π)
frustum = let
plane_bot = Plane(Point(0,0,0), Vec(0,0,1))
disk_bot = Disk(plane_xy(T), bot_r)
disk_bot = Disk(plane_bot, bot_r)
plane_top = Plane(Point(0,0,T(5)), Vec(0,0,1))
disk_top = Disk(plane_xy(T), top_r)
disk_top = Disk(plane_top, top_r)
FrustumSurface(disk_bot, disk_top)
end

Expand Down

0 comments on commit 022ab5d

Please sign in to comment.