IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36893


Ignore:
Timestamp:
Jun 17, 2014, 2:01:03 PM (12 years ago)
Author:
eugene
Message:

check if we write out the sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140616/psModules/src/objects/pmSourceIO.c

    r36891 r36893  
    365365# define PM_SOURCES_WRITE(NAME,TYPE)                                    \
    366366    if (!strcmp (exttype, NAME)) {                                      \
    367         status &= pmSourcesWrite_##TYPE(file->fits, readout, sources, file->header, outhead, dataname, recipe); \
     367        status = pmSourcesWrite_##TYPE(file->fits, readout, sources, file->header, outhead, dataname, recipe); \
    368368        if (xsrcname) {                                                 \
    369369            status &= pmSourcesWrite_##TYPE##_XSRC(file->fits, readout, sources, file->header, xsrcname, recipe); \
     
    589589
    590590            // these are case-sensitive since the EXTYPE is case-sensitive
    591             status = true;
     591            status = false;
    592592            PM_SOURCES_WRITE("SMPDATA",   SMPDATA);
    593593            PM_SOURCES_WRITE("PS1_DEV_0", PS1_DEV_0);
Note: See TracChangeset for help on using the changeset viewer.