IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 2:59:11 PM (19 years ago)
Author:
Paul Price
Message:

hdu may not be found for legitimate reasons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r10294 r10301  
    135135            // Put version metadata into header
    136136            pmHDU *hdu = pmHDUFromCell(cell);
    137             if (!hdu) {
    138                 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find HDU for chip %d cell %d.\n",
    139                         view->chip, view->cell);
    140                 return false;
    141             }
    142             if (hdu != lastHDU) {
     137            if (hdu && hdu != lastHDU) {
    143138                ppMergeVersionMetadata(hdu->header);
    144139                lastHDU = hdu;
    145140            }
    146 
    147141
    148142            do {
Note: See TracChangeset for help on using the changeset viewer.