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/psFitsHeader.c

    r7297 r7540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-02 20:59:57 $
     9 *  @version $Revision: 1.22 $ $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
     
    246246
    247247static bool fitsWriteHeader(psFits *fits, // The FITS file handle
    248                             psMetadata *output, // Metadata that is to be output into the FITS file
     248                            const psMetadata *output, // Metadata that is to be output into the FITS file
    249249                            bool keyStarts // Write out the key starts?
    250250                           )
     
    387387
    388388bool psFitsWriteHeader(psFits *fits,
    389                        psMetadata *output
     389                       const psMetadata *output
    390390                      )
    391391{
     
    404404
    405405bool psFitsWriteBlank(psFits* fits,
    406                       psMetadata* output
     406                      const psMetadata* output
    407407                     )
    408408{
Note: See TracChangeset for help on using the changeset viewer.