forked from StudioInfinity/dyna3
Correct scope of guess constants
This commit is contained in:
parent
b24dcc9af8
commit
33c09917d0
2 changed files with 4 additions and 4 deletions
|
|
@ -207,8 +207,8 @@ end
|
|||
|
||||
# ~~~ sandbox setup ~~~
|
||||
|
||||
elements = begin
|
||||
const a = sqrt(BigFloat(3)/2)
|
||||
elements = let
|
||||
a = sqrt(BigFloat(3)/2)
|
||||
sqrt(0.5) * BigFloat[
|
||||
1 1 -1 -1 0
|
||||
1 -1 1 -1 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue