IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 3:09:57 PM (21 years ago)
Author:
Paul Price
Message:

Adding const qualifiers where missing in the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_050513/psLib/src/dataIO/psFits.h

    r3500 r3966  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-03-24 23:52:25 $
     9 *  @version $Revision: 1.10.8.1 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-05-19 01:09:56 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    243243bool psFitsWriteTable(
    244244    const psFits* fits,                ///< the psFits object
    245     psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
    246     psArray* table,
     245    const psMetadata* header,  ///< header items for the new HDU.  Can be NULL.
     246    const psArray* table,
    247247    ///< Array of psMetadata items, which contains the output data items of each row.
    248248    char* extname                      ///< extension name
Note: See TracChangeset for help on using the changeset viewer.