IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2006, 9:52:55 AM (20 years ago)
Author:
desonia
Message:

modified API to match current SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tst_psMemory.c

    r6204 r6767  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2006-01-26 21:10:22 $
     8*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2006-04-04 19:52:55 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    583583    fits = psFitsOpen("test.fits","w");
    584584    psImage* img = psImageAlloc(16,16,PS_TYPE_F32);
    585     psFitsWriteImage(fits,NULL,img,1);
     585    psFitsWriteImage(fits,NULL,img,1,NULL);
    586586    psFree(img);
    587587    if ( !psMemCheckType(PS_DATA_FITS, fits) ) {
Note: See TracChangeset for help on using the changeset viewer.