Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher authored Feb 17, 2021
1 parent fbd84f0 commit af75529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeasureToolbox/integrals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct GaussJacobi <: AbstractUnivariateMethod
α::Float64
β::Float64
function GaussJacobi::Real, β::Real)
return new(float64(α), float64(β))
return new(Float64(α), Float64(β))
end
end

Expand Down

0 comments on commit af75529

Please sign in to comment.