IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40048


Ignore:
Timestamp:
May 18, 2017, 11:50:01 AM (9 years ago)
Author:
eugene
Message:

fix error passing int argument to isfinite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotFullForceSummaryReadout.c

    r36868 r40048  
    317317            }
    318318
    319             if (galaxyFits && isfinite(galaxyFits->nPix) && galaxyFits->chisq->n) {
     319            if (galaxyFits && galaxyFits->nPix && galaxyFits->chisq->n) {
    320320                if (numerator == NULL) {
    321321                    // first source with galaxyFits allocate accumulators
Note: See TracChangeset for help on using the changeset viewer.