From: Joao C. <jc...@us...> - 2002-12-13 01:34:48
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv32268/examples/c Modified Files: x08c.c Log Message: Use an alternate definition of isinf(), if it is not present on the system but finite() is. Note that isinf() is not mandatory, see the comment on x08c.c: /* Note that isinf() is not needed with the standard XPTS, YPTS and x and y minimum and maximum values, but if the user changes any of these, then we can get the log of a negative number. */ |