Skip to content

Commit

Permalink
added suppmeasure to measurepresets output
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGibbs committed Nov 26, 2024
1 parent f9b92c7 commit 22ac940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fractalpresets/measurepresets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function getmeasure(T::Type, fractalname::Union{Symbol, String};
end

if measuretype == "Lebesgue"
return LebesgueMeasure(Γ)
return LebesgueMeasure, suppmeasure = suppmeasure)
else
return HausdorffMeasure(Γ)
return HausdorffMeasure, suppmeasure = suppmeasure)
end
end

Expand Down

0 comments on commit 22ac940

Please sign in to comment.