IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2010, 1:54:33 PM (16 years ago)
Author:
Paul Price
Message:

Reorganise so that statistics file gets written out even when we don't make it to the bottom of ppStackLoop().

File:
1 edited

Legend:

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

    r27158 r27160  
    5050
    5151
    52 bool ppStackLoop(pmConfig *config)
     52bool ppStackLoop(pmConfig *config, ppStackOptions *options)
    5353{
    5454    assert(config);
     
    5656    psTimerStart("PPSTACK_TOTAL");
    5757    psTimerStart("PPSTACK_STEPS");
    58 
    59     ppStackOptions *options = ppStackOptionsAlloc(); // Options for stacking
    6058
    6159    // Setup
     
    222220        return false;
    223221    }
    224     psLogMsg("ppStack", PS_LOG_INFO, "Stage 9: Final output: %f sec", psTimerClear("PPSTACK_STEPS"));
    225222    ppStackMemDump("finish");
    226223
Note: See TracChangeset for help on using the changeset viewer.