Clean up example formatting
This commit is contained in:
parent
71c10adbdd
commit
19a4d49497
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ for j in 1:6
|
|||
elseif j == k
|
||||
push!(values, 1)
|
||||
filled = true
|
||||
elseif (j <= 4 && k <= 4)
|
||||
elseif j <= 4 && k <= 4
|
||||
push!(values, -1/BigFloat(3))
|
||||
filled = true
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue