|
From: Thomas S. <t.s...@fz...> - 2007-10-25 11:03:03
|
oh, it's a little bit more difficult: the macros 'GET_MIN' and 'GET_MAX' should be different for checking min or max values in x- and y- and for checking min or max values in z-direction. who introduced the 'assert' statements into the 'GET_MIN' and 'GET_MAX' macros and why? Thomas Sefzick wrote: > > interesting, gnuplot 4.0 doesn't crash, it seems that repairing some > bugs (too large z-values flip to negative(?) values when making the > z-scaling too large with the middle mouse button, but, gp 4.0 doesn't > crash!) > introduced this behaviour. > > the assertion goes away when 'min' or 'max' are compared to > 'surface_zscale' and not to 'surface_scale' as it is now in 'hidden3d.c'. > (z-values don't have anything to do with the scaling of the x-y-plane) > > but then i run into this segmentation fault when 'surface_zscale' is > around '10'. > > -- View this message in context: http://www.nabble.com/Gnuplot-crashing-for-%22hidden3d-undefined%22---tf4688619.html#a13404528 Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |