IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20460


Ignore:
Timestamp:
Oct 29, 2008, 9:46:31 AM (18 years ago)
Author:
Paul Price
Message:

Just noticed cut/paste error.

File:
1 edited

Legend:

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

    r20211 r20460  
    77/// @author Eugene Magnier, IfA
    88///
    9 /// @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2008-10-17 01:32:49 $
     9/// @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2008-10-29 19:46:31 $
    1111///
    1212/// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    10971097            PS_ARRAY_ADD_SCALAR(job->args, stop, PS_TYPE_S32);
    10981098            PS_ARRAY_ADD_SCALAR(job->args, setVal, PS_TYPE_MASK);
    1099             PS_ARRAY_ADD_SCALAR(job->args, xMin, PS_TYPE_S32);
    1100             PS_ARRAY_ADD_SCALAR(job->args, xMax, PS_TYPE_S32);
     1099            PS_ARRAY_ADD_SCALAR(job->args, yMin, PS_TYPE_S32);
     1100            PS_ARRAY_ADD_SCALAR(job->args, yMax, PS_TYPE_S32);
    11011101            PS_ARRAY_ADD_SCALAR(job->args, 0xff, PS_TYPE_U8);
    11021102            if (!psThreadJobAddPending(job)) {
Note: See TracChangeset for help on using the changeset viewer.