mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-31 12:04:33 +00:00 
			
		
		
		
	No compile babbage fix
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|     //  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user