IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23720


Ignore:
Timestamp:
Apr 7, 2009, 10:05:17 AM (17 years ago)
Author:
Paul Price
Message:

When no pixels are illuminated, don't bail out, but finish up first.
This ensures we get the statistics file out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r23688 r23720  
    283283        psFree(cells);
    284284        psFree(view);
    285         return true;
     285        goto DONE;
    286286    }
    287287
     
    467467    // Now done with the skycell side of things
    468468
     469 DONE:
     470
    469471    // Write out summary statistics
    470472    if (stats) {
Note: See TracChangeset for help on using the changeset viewer.