IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2008, 4:29:37 PM (18 years ago)
Author:
Paul Price
Message:

psThreadJob is now mutable within the thread function.

File:
1 edited

Legend:

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

    r18966 r19299  
    33// each thread runs this function, starting a new job when it finished with an old one
    44// it is called with a (void *) pointer to its own thread pointer
    5 bool pswarpThread_pswarpTransformTile(const psThreadJob *job)
     5bool pswarpThread_pswarpTransformTile(psThreadJob *job)
    66{
    77    pswarpTransformTileArgs *args = job->args->data[0];
Note: See TracChangeset for help on using the changeset viewer.