mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
No compile babbage fix
This commit is contained in:
parent
a660ce716b
commit
3a478e5f2a
@ -17,7 +17,8 @@ public:
|
||||
pRNG.SeedFixedIntegers(seeds);
|
||||
|
||||
random(pRNG,sqrtscale);
|
||||
sqrtscale = real(sqrtscale)*3.0+0.5;// force real pos def
|
||||
sqrtscale = 0.5*(sqrtscale + conjugate(sqrtscale));
|
||||
sqrtscale = sqrtscale*3.0+0.5;// force real pos def
|
||||
scale = sqrtscale *sqrtscale; //scale should be bounded by 12.25
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user