IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7228


Ignore:
Timestamp:
May 25, 2006, 5:30:02 PM (20 years ago)
Author:
Paul Price
Message:

Removing psBinaryOp with = operator (no longer supported) in favour of
psImageInit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fits/tst_psFits.c

    r7227 r7228  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2006-05-26 03:24:37 $
     8*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2006-05-26 03:30:02 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    119119
    120120        // set the pixels in the image
    121         psImageInit(image, lcv);
     121        psImageInit(image, (float)lcv);
    122122        if (! psFitsWriteImage(fitsFile,header,image,0,extname) ) {
    123123            psError(PS_ERR_UNKNOWN, false,
Note: See TracChangeset for help on using the changeset viewer.