IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2006, 3:53:03 PM (20 years ago)
Author:
Paul Price
Message:

Adding extname paramter to psFitsWriteTable.

File:
1 edited

Legend:

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

    r7228 r7231  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2006-05-26 03:30:02 $
     8*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2006-05-27 01:53:03 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    205205    }
    206206
    207     psFitsWriteTable(fitsFile, NULL, table);
     207    psFitsWriteTable(fitsFile, NULL, table, NULL);
    208208
    209209    psFree(table);
Note: See TracChangeset for help on using the changeset viewer.