Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Mar 20, 2024
1 parent 92054bc commit 9de2665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/correlation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ function Spectrum(c::CorrelationFunction, ps=[]; w=Parameter(:ω), kwargs...)
lhs = getfield.(de.equations, :lhs)
rhs = getfield.(de.equations, :rhs)
lhs0 = getfield.(de0.equations, :lhs)
ps_ = _unpack_parameters(ps)
A,b,c_,Afunc,bfunc,cfunc = _build_spec_func(w, lhs, rhs, c.op2_0, c.op2, lhs0, ps; kwargs...)
return Spectrum(c, Afunc, bfunc, cfunc, A, b, c_)
end
Expand Down

0 comments on commit 9de2665

Please sign in to comment.