Changeset 3873 for trunk/psLib/src/math/psMinimize.c
- Timestamp:
- May 9, 2005, 3:57:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.c
r3856 r3873 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.11 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-05- 05 22:32:34$11 * @version $Revision: 1.115 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-10 01:57:47 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 811 811 big = 0.0; 812 812 for (j = 0; j < Nx; j++) { 813 if (! finite(matrix[i][j])) {813 if (!isfinite(matrix[i][j])) { 814 814 // XXX EAM: this should use the psError stack 815 815 fprintf (stderr, "GAUSSJ: NaN\n");
Note:
See TracChangeset
for help on using the changeset viewer.
