Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Mar 20, 2024
1 parent fa30dc7 commit d2d0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fusiontrees/fusiontrees.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ is a more common term.
- `coupled::I`: the coupled sector.
- `isdual::NTuple{N,Bool}`: indicates whether a 𝑍 isomorphism is present (`true`) or not
(`false`) for each uncoupled sector.
- `innerlines::NTuple{M,I}`: the labels of the M=max(0, N-2)` inner lines of the splitting
- `innerlines::NTuple{M,I}`: the labels of the `M=max(0, N-2)` inner lines of the splitting
tree.
- `vertices::NTuple{L,T}`: the `L=max(0, N-1)` labels of type `T` of the vertices of the
splitting tree. If `FusionStyle(I) isa MultiplicityFreeFusion`, then `T = Nothing`.
Expand Down

0 comments on commit d2d0ed4

Please sign in to comment.