Closed jchelly closed 4 years ago
Building with gcc and -fcheck=all,no-array-temps -finit-real=snan -finit-integer=-10000000 makes the smoothed density plot go wrong. Probably an uninitialized variable somewhere.
Possibly fixed by bc9d13941a66f2f60c16ee8f0c07df0f19f12db6.
Building with gcc and -fcheck=all,no-array-temps -finit-real=snan -finit-integer=-10000000 makes the smoothed density plot go wrong. Probably an uninitialized variable somewhere.