Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 14, 2024
1 parent 6c4eb72 commit be6c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bases_dirac.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mutable struct DiracBasis{T,S,M<:DiracMStructure} <: ImplicitBasis{T,T}
object::S # any iterable
moperation::M

function DiracBasis(itr, operation = *) where {I}
function DiracBasis(itr, operation = *)
@assert !isempty(itr)
mstr = DiracMStructure(operation)
return new{eltype(itr),typeof(itr),typeof(mstr)}(itr, mstr)
Expand Down

0 comments on commit be6c8be

Please sign in to comment.