|
| From: | Michael Godfrey |
| Subject: | [Octave-bug-tracker] [bug #40246] OpenGL should test data and abort plot if range > float range |
| Date: | Tue, 22 Oct 2013 22:17:20 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 |
Follow-up Comment #7, bug #40246 (project octave):
Sorry to report another slight fix needed.
For
if (x_max > floatmax || y_max > floatmax || z_max > floatmax)
maybe:
if (x_max > floatmax || y_max > floatmax || z_max > floatmax) ||
(x-min < -floatmax || ... and so on ... )
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40246>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |