IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14561


Ignore:
Timestamp:
Aug 20, 2007, 11:46:57 AM (19 years ago)
Author:
eugene
Message:

only return values for chips that exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsChip.c

    r14003 r14561  
    2020    if (!p_ppStatsDoThis(data->chips, chipName)) {
    2121        return PS_EXIT_SUCCESS;
     22    }
     23    if (!chip->file_exists && !chip->data_exists) {
     24        return PS_EXIT_SUCCESS;
    2225    }
    2326
Note: See TracChangeset for help on using the changeset viewer.