IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2006, 4:49:40 PM (20 years ago)
Author:
jhoblitt
Message:

fix isfinite() attempting to be called as finite()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacRejection.c

    r7543 r8782  
    144144                                    // Calculate the gradient
    145145                                    grads->data.F32[j] = stacGradient(inputs->data[j], xPix, yPix);
    146                                     if (finite(grads->data.F32[j])) {
     146                                    if (isfinite(grads->data.F32[j])) {
    147147                                        gradsMask->data.U8[j] = 0;
    148148                                        numGrads++;
Note: See TracChangeset for help on using the changeset viewer.