Skip to content

Commit af6b8af

Browse files
committed
Fixed typo
1 parent fdcce52 commit af6b8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AdaptivityTests/AdaptedGeometryTests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ for D = 1:3
7070

7171
st2 = SkeletonTriangulation(bt)
7272
test_triangulation(st2)
73-
st2_normal = get_normal_vector(bt)
73+
st2_normal = get_normal_vector(st2)
7474
@test is_change_possible(rt,st2)
7575
@test is_change_possible(bt,st2)
7676

0 commit comments

Comments
 (0)