Skip to content

Commit

Permalink
FractalTriad will only be symmetric with numsites = 9^n for integer n
Browse files Browse the repository at this point in the history
  • Loading branch information
gottacatchenall committed May 7, 2024
1 parent 74adf22 commit 50e5069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fractaltriad.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Base.@kwdef struct FractalTriad{I <: Integer, F <: AbstractFloat} <: BONSeeder
numsites::I = 30
numsites::I = 81
horizontal_padding::F = 0.1
vertical_padding::F = 0.1
dims::Tuple{I, I} = (100, 100)
Expand Down

0 comments on commit 50e5069

Please sign in to comment.