Skip to content

Commit fdd0f61

Browse files
committed
use convert
1 parent dcc2652 commit fdd0f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/combinations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ end
504504
# Geometry
505505
a = π
506506
box = Box(Point(0, 0, 0), Point(a, a, a))
507-
hexahedron = Hexahedron(vertices(discretize(box))...)
507+
hexahedron = convert(Hexahedron, box)
508508

509509
# Integrand & Solution
510510
function integrand(p::Meshes.Point)

0 commit comments

Comments
 (0)