IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 1:39:13 PM (6 years ago)
Author:
tdeboer
Message:

revert to working Ohana build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r38376 r41338  
    701701    if (file->fpa->chips->n == 1) {
    702702        pmSourceIO_WriteMatchedRefs (file->fits, file->fpa, config);
     703        pmSourceIO_WriteGlints (file->fits, file->fpa, config);
    703704        return true;
    704705    }
     
    808809
    809810    pmSourceIO_WriteMatchedRefs (file->fits, file->fpa, config);
     811    pmSourceIO_WriteGlints (file->fits, file->fpa, config);
    810812    return true;
    811813}
Note: See TracChangeset for help on using the changeset viewer.