Skip to content

Commit

Permalink
jldoctest: fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored and fingolfin committed Mar 19, 2023
1 parent 0211af0 commit ed013f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/PolyhedralGeometry/PolyhedralFan/constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ generated by $\{ \pm e_1, \pm e_2 \}$.
julia> Rays = [1 0; 0 1; -1 0; 0 -1];
julia> Cones = IncidenceMatrix([[1, 2], [1, 4], [3, 2], [3, 4]])
4×4 Matrix{Bool}:
1 1 0 0
1 0 0 1
0 1 1 0
0 0 1 1
4×4 IncidenceMatrix
[1, 2]
[1, 4]
[2, 3]
[3, 4]
julia> PF = PolyhedralFan(Rays, Cones)
A polyhedral fan in ambient dimension 2
Polyhedral fan in ambient dimension 2
julia> is_complete(PF)
true
Expand Down

0 comments on commit ed013f9

Please sign in to comment.