IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2005, 3:57:47 PM (21 years ago)
Author:
desonia
Message:

small syntax tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.c

    r3856 r3873  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.114 $ $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 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    811811        big = 0.0;
    812812        for (j = 0; j < Nx; j++) {
    813             if (!finite(matrix[i][j])) {
     813            if (!isfinite(matrix[i][j])) {
    814814                // XXX EAM: this should use the psError stack
    815815                fprintf (stderr, "GAUSSJ: NaN\n");
Note: See TracChangeset for help on using the changeset viewer.