mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 13:15:55 +01:00
No compile babbage fix
This commit is contained in:
parent
a660ce716b
commit
3a478e5f2a
@ -17,7 +17,8 @@ public:
|
|||||||
pRNG.SeedFixedIntegers(seeds);
|
pRNG.SeedFixedIntegers(seeds);
|
||||||
|
|
||||||
random(pRNG,sqrtscale);
|
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
|
scale = sqrtscale *sqrtscale; //scale should be bounded by 12.25
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user