From: Joao C. <jc...@us...> - 2002-12-13 01:33:20
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv31905 Modified Files: acconfig.h configure.ac Log Message: Check the existence of isinf() and finite(). At least OSF1 does not seems to have isinf(). This is needed for the c example x08c.c. Not mandatory, however, look at the comment in 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. */ |