Skip to content

Commit

Permalink
Remove Ring from old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Sep 19, 2024
1 parent 437936f commit 6819197
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ end
cylsurf(T) = CylinderSurface(pt_e(T), pt_w(T), T(2.5))
disk(T) = Disk(plane_xy(T), T(2.5))
parab(T) = ParaboloidSurface(origin3d(T), T(2.5), T(4.15))
ring(T) = Ring(pt_e(T), pt_n(T), pt_w(T), pt_s(T))
sphere2d(T) = Sphere(origin2d(T), T(2.5))
sphere3d(T) = Sphere(origin3d(T), T(2.5))
tetra(T) = Tetrahedron(pt_n(T), pt_w(T), pt_e(T), pt_n(T)+(T))
Expand All @@ -130,7 +129,6 @@ end
SupportItem("Disk{$T}", T, disk(T), 1, 0, 1, 0, 1, 1, 1),
# Frustum -- not yet supported
SupportItem("ParaboloidSurface{$T}", T, parab(T), 1, 0, 1, 0, 1, 1, 1),
SupportItem("Ring{$T}", T, ring(T), 1, 1, 0, 0, 1, 1, 1),
# SimpleMesh
SupportItem("Sphere{2,$T}", T, sphere2d(T), 1, 1, 0, 0, 1, 1, 1),
SupportItem("Sphere{3,$T}", T, sphere3d(T), 1, 0, 1, 0, 1, 1, 1),
Expand Down

0 comments on commit 6819197

Please sign in to comment.