IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26687


Ignore:
Timestamp:
Jan 26, 2010, 2:59:41 PM (16 years ago)
Author:
Paul Price
Message:

Adding errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmSubtractionMatch.c

    r26667 r26687  
    498498            // generate the window function from the set of stamps
    499499            if (!pmSubtractionStampsGetWindow(stamps, size)) {
     500                psError(PS_ERR_UNKNOWN, false, "Unable to get stamp window.");
    500501                goto MATCH_ERROR;
    501502            }
     
    570571                // generate the window function from the set of stamps
    571572                if (!pmSubtractionStampsGetWindow(stamps, size)) {
     573                    psError(PS_ERR_UNKNOWN, false, "Unable to get stamps window.");
    572574                    goto MATCH_ERROR;
    573575                }
Note: See TracChangeset for help on using the changeset viewer.