Skip to content

Commit

Permalink
issue/2142: Add subtype info to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkastner committed Nov 14, 2024
1 parent 2a8e01f commit 46d028f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PolyhedralGeometry/Cone/properties.jl
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ is_fulldimensional(C::Cone) = pm_object(C).FULL_DIM::Bool
Return the facets of `C` in the format defined by `as`.
The allowed values for `as` are
* `Halfspace`,
* `Halfspace` (or its subtype `LinearHalfspace`),
* `Cone`.
# Examples
Expand Down
2 changes: 1 addition & 1 deletion src/PolyhedralGeometry/Polyhedron/properties.jl
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ end
Return the facets of `P` in the format defined by `as`.
The allowed values for `as` are
* `Halfspace`,
* `Halfspace` (or its subtype `AffineHalfspace`),
* `Polyhedron`,
* `Pair`.
Expand Down

0 comments on commit 46d028f

Please sign in to comment.