IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2006, 12:28:02 PM (20 years ago)
Author:
Paul Price
Message:

Adding const for headers when writing, to match SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsTable.h

    r7465 r7540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-10 00:07:10 $
     9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-06-13 22:28:02 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8282bool psFitsWriteTable(
    8383    psFits* fits,                      ///< the psFits object
    84     psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
     84    const psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
    8585    const psArray* table, ///< Array of psMetadata items, which contains the output data items of each row.
    8686    const char *extname                 ///< Extension name
     
    9696bool psFitsInsertTable(
    9797    psFits* fits,                  ///< the psFits object
    98     psMetadata* header,      ///< header items for the new HDU.  Can be NULL.
     98    const psMetadata* header,      ///< header items for the new HDU.  Can be NULL.
    9999    const psArray* table, ///< Array of psMetadata items, which contains the output data items of each row.
    100100    const char *extname,                ///< Extension name
Note: See TracChangeset for help on using the changeset viewer.