IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2008, 12:22:54 PM (18 years ago)
Author:
Paul Price
Message:

Threading the concatenation of inspection lists and pmStackReject.

File:
1 edited

Legend:

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

    r19337 r19346  
    242242
    243243    {
     244        psThreadTask *task = psThreadTaskAlloc("PPSTACK_INSPECT", 2);
     245        task->function = &ppStackInspect;
     246        psThreadTaskAdd(task);
     247        psFree(task);
     248    }
     249
     250    {
    244251        psThreadTask *task = psThreadTaskAlloc("PPSTACK_FINAL_COMBINE", 4);
    245252        task->function = &ppStackReadoutFinalThread;
Note: See TracChangeset for help on using the changeset viewer.