IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20437


Ignore:
Timestamp:
Oct 28, 2008, 9:47:32 AM (18 years ago)
Author:
Paul Price
Message:

Die when all but 1 input is completely rejected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r20427 r20437  
    843843        psFree(subRegions);
    844844
    845         if (numRejected == num) {
     845        if (numRejected >= num - 1) {
    846846            psError(PS_ERR_UNKNOWN, true, "All inputs completely rejected; unable to proceed.");
    847847            psFree(stack);
Note: See TracChangeset for help on using the changeset viewer.