IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7873


Ignore:
Timestamp:
Jul 11, 2006, 6:00:02 PM (20 years ago)
Author:
Paul Price
Message:

It's not an error if we can't read the header --- it isn't there to be read.

File:
1 edited

Legend:

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

    r7842 r7873  
    194194
    195195                if (!pmCellReadHeader(cell, inFile)) {
    196                     psLogMsg(__func__, PS_LOG_WARN, "Unable to read header for file %s chip %d cell %d --- "
    197                              "ignored.\n", name, j, k);
    198                     status = false;
     196                    continue;
    199197                }
    200198
Note: See TracChangeset for help on using the changeset viewer.