IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2009, 10:00:05 AM (17 years ago)
Author:
Paul Price
Message:

Fixing syntax errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackPhotometry.c

    r23580 r23597  
    7171        // This is likely a data quality issue
    7272        // XXX Split into multiple cases using error codes?
    73         psErrorStackPrint("Unable to perform photometry on image");
     73        psErrorStackPrint(stderr, "Unable to perform photometry on image");
    7474        psWarning("Unable to perform photometry on image --- suspect bad data quality.");
    7575        if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) {
Note: See TracChangeset for help on using the changeset viewer.