IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21284


Ignore:
Timestamp:
Feb 4, 2009, 10:46:40 AM (17 years ago)
Author:
Paul Price
Message:

Using wrong version of kernel caused SEGV.

File:
1 edited

Legend:

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

    r21281 r21284  
    77 *  @author Paul Price, IfA
    88 *
    9  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2009-02-04 02:58:25 $
     9 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2009-02-04 20:46:40 $
    1111 *
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    983983    for (int y = 0; y < size; y++) {
    984984        for (int x = 0; x < size; x++) {
    985             kernel->kernel[y][x] = yKernel[y] * xKernel[x];
     985            kernel->image->data.F32[y][x] = yKernel[y] * xKernel[x];
    986986        }
    987987    }
Note: See TracChangeset for help on using the changeset viewer.