Skip to content

Commit

Permalink
fixed bary rotation bug pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGibbs committed Aug 9, 2023
1 parent 336d993 commit c712815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fractal_manipulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function *(R::Matrix{<:Real}, Γ::InvariantMeasure{V,M},
Γ.Hausdorff_dimension,
Γ.homogeneous,
Γ.Hausdorff_weights,
R*Γ.barycentre, #get_barycentre(new_IFS,Γ.weights), # barycentre will change
SVector{length(Γ.barycentre),Float64}(R*Γ.barycentre), #get_barycentre(new_IFS,Γ.weights), # barycentre will change
Γ.diameter,
Γ.measure, # CONTENTIOUS ISSUE - leaving this unchanged
Γ.weights,
Expand Down

0 comments on commit c712815

Please sign in to comment.