IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20315


Ignore:
Timestamp:
Oct 21, 2008, 5:05:00 PM (18 years ago)
Author:
Paul Price
Message:

More fixes for optimised builds.

File:
1 edited

Legend:

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

    r20314 r20315  
    77 *  @author Paul Price, IfA
    88 *
    9  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-10-22 03:02:28 $
     9 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-10-22 03:05:00 $
    1111 *
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    511511                ySumKernel2 += yKernel2[i] = PS_SQR(yKernel2[i]);
    512512            }
     513        } else {
     514            // Required for compilation when optimising
     515            xSumKernel2 = ySumKernel2 = 0.0;
     516            xKernel2 = yKernel2 = NULL;
    513517        }
    514518    }
Note: See TracChangeset for help on using the changeset viewer.