IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2007, 2:14:15 PM (19 years ago)
Author:
eugene
Message:

flags to dbFlags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/MosaicOps.c

    r12332 r15130  
    209209      c = clist[i][j];
    210210     
    211       if (catalog[c].measure[m].flags & (ID_MEAS_AREA | ID_MEAS_NOCAL)) continue;
     211      if (catalog[c].measure[m].dbFlags & (ID_MEAS_AREA | ID_MEAS_NOCAL)) continue;
    212212
    213213      ave = catalog[c].measure[m].averef;
Note: See TracChangeset for help on using the changeset viewer.