Skip to content

Commit

Permalink
Merge pull request #668 from JuliaGeometry/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
[AUTO] JuliaFormatter.jl run
  • Loading branch information
juliohm authored Dec 26, 2023
2 parents 4c27ebd + 1222a12 commit a2ca0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/winding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

m = boundary(Box(P3(0, 0, 0), P3(2, 2, 2)))
@test all(>(0), winding(vertices(m), m))
@test isapprox(winding(P3(1, 1, 1), m), T(1), atol = atol(T))
@test isapprox(winding(P3(3, 3, 3), m), T(0), atol = atol(T))
@test isapprox(winding(P3(1, 1, 1), m), T(1), atol=atol(T))
@test isapprox(winding(P3(3, 3, 3), m), T(0), atol=atol(T))
end

0 comments on commit a2ca0f2

Please sign in to comment.