IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30723


Ignore:
Timestamp:
Feb 21, 2011, 10:15:25 AM (15 years ago)
Author:
eugene
Message:

add call to UpdateHeader for unconvolved stack (merge from trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110218/ppStack/src/ppStackLoop.c

    r30620 r30723  
    192192        ppStackMemDump("unconv");
    193193
     194        // Update Header
     195        if (!ppStackUpdateHeader(stack, options, config)) {
     196            psError(psErrorCodeLast(), false, "Unable to update header.");
     197            psFree(stack);
     198            return false;
     199        }
    194200        // Clean up unconvolved stack
    195201        psTrace("ppStack", 2, "Cleaning up after unconvolved stack....\n");
Note: See TracChangeset for help on using the changeset viewer.