IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2010, 3:15:36 PM (16 years ago)
Author:
Paul Price
Message:

Raising unncessary error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionIO.c

    r27086 r27095  
    6767    }
    6868    if (regions->n == 0) {
    69         psError(PM_ERR_PROG, true, "No subtraction regions found.");
     69        // We wrote everything we could find
    7070        psFree(regions);
    71         return false;
     71        return true;
    7272    }
    7373
Note: See TracChangeset for help on using the changeset viewer.