IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

psThreadJob is now mutable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.c

    r19252 r19298  
    77/// @author Eugene Magnier, IfA
    88///
    9 /// @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2008-08-28 03:10:37 $
     9/// @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2008-08-30 02:24:21 $
    1111///
    1212/// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    851851}
    852852
    853 static bool imageConvolveMaskThread(const psThreadJob *job)
     853static bool imageConvolveMaskThread(psThreadJob *job)
    854854{
    855855    PS_ASSERT_THREAD_JOB_NON_NULL(job, false);
Note: See TracChangeset for help on using the changeset viewer.