IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2024, 4:56:27 PM (20 months ago)
Author:
eugene
Message:

fix three build errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/relphot/src/bcatalog.c

    r42705 r42761  
    199199    if (nEXT >= nPSF) {
    200200      Nmeasure -= Nm;
    201       BAD_COUNT(Ngalaxy);
     201      badCount.Ngalaxy++;
    202202      continue;
    203203    }
     
    209209    if (Nm <= STAR_TOOFEW) { /* enough measurements total? */
    210210      Nmeasure -= Nm;
    211       BAD_COUNT(Nfew);
     211      badCount.Nfew++;
    212212      continue;
    213213    }
     
    219219    if (!anySecfiltGood) {
    220220      Nmeasure -= Nm;
    221       BAD_COUNT(Nfew);
     221      badCount.Nfew++;
    222222      continue;
    223223    }
Note: See TracChangeset for help on using the changeset viewer.