IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21281


Ignore:
Timestamp:
Feb 3, 2009, 4:58:25 PM (17 years ago)
Author:
Paul Price
Message:

Fixing build errors.

Location:
trunk/psLib/src/imageops
Files:
3 edited

Legend:

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

    r21280 r21281  
    44
    55#include <stdio.h>
     6#include <limits.h>
    67
    78#include "psMemory.h"
     
    910#include "psImageConvolve.h"
    1011#include "psTrace.h"
     12#include "psBinaryOp.h"
    1113
    1214#include "psImageCovariance.h"
  • trunk/psLib/src/imageops/psImageInterpolate.c

    r21280 r21281  
    77 *  @author Paul Price, IfA
    88 *
    9  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2009-02-04 02:55:27 $
     9 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2009-02-04 02:58:25 $
    1111 *
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    2929#include "psString.h"
    3030#include "psImage.h"
     31#include "psImageConvolve.h"
     32
    3133#include "psImageInterpolate.h"
    3234
  • trunk/psLib/src/imageops/psImageInterpolate.h

    r21280 r21281  
    77 * @author Paul Price, Institute for Astronomy
    88 *
    9  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2009-02-04 02:55:27 $
     9 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2009-02-04 02:58:25 $
    1111 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1212 */
     
    1515#define PS_IMAGE_INTERPOLATE_H
    1616
     17#include <psType.h>
     18#include <psImage.h>
     19#include <psVector.h>
     20#include <psImageConvolve.h>
    1721
    1822/// Enumeration of options in interpolation
Note: See TracChangeset for help on using the changeset viewer.