Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix StructuredLine fallback boundary names
The `StructuredLine` function defines duplicate boundary names as default. When requesting the boundary of the structured line, an attempt is made to create a `DisjointUnionTopology`, but this fails because the names are duplicate. This patch fixes the problem by defining distinct names as default.
- Loading branch information