IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17809


Ignore:
Timestamp:
May 24, 2008, 12:47:11 PM (18 years ago)
Author:
Paul Price
Message:

Wrong dimension.

File:
1 edited

Legend:

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

    r17808 r17809  
    77/// @author Eugene Magnier, IfA
    88///
    9 /// @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2008-05-24 22:45:31 $
     9/// @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2008-05-24 22:47:11 $
    1111///
    1212/// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    860860        if (masking) {
    861861            // Mask from the minimum to the end of the column
    862             for (int i = min; i < numCols; i++) {
     862            for (int i = min; i < numRows; i++) {
    863863                outData[i][x] |= setVal;
    864864            }
Note: See TracChangeset for help on using the changeset viewer.