changed scatter check for gauss components to if(noise==0)
This commit is contained in:
parent
09aad5ccb4
commit
e5749cbff0
|
@ -726,7 +726,7 @@
|
||||||
real(pReal) noise,scatter,cosScatter
|
real(pReal) noise,scatter,cosScatter
|
||||||
integer(pInt) i
|
integer(pInt) i
|
||||||
|
|
||||||
if (noise<=0.01) then
|
if (noise==0.0) then
|
||||||
math_sampleGaussOri = center
|
math_sampleGaussOri = center
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue