Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Apr 2, 2024
1 parent ce7653e commit 888dc57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/StarAlgebras.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export aug, basis, coeffs, star, supp
## abstract definitions
include("coefficients.jl")
## concrete implementations
include("diracs.jl")
include("diracs_augmented.jl")
include("sparse_coeffs.jl")

Expand All @@ -27,12 +26,10 @@ include("bases.jl")
include("bases_dirac.jl")
include("bases_fixed.jl")

# star depends only on basis and coefficients
include("star.jl")

# Algebras and elts
include("types.jl")
include("algebra_elts.jl")
include("star.jl")

include("arithmetic.jl")
include("show.jl")
Expand Down

0 comments on commit 888dc57

Please sign in to comment.