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.h

    r7232 r7540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-27 01:59:36 $
     9 *  @version $Revision: 1.8 $ $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
     
    4848bool psFitsWriteHeader(
    4949    psFits* fits,                       ///< the psFits object
    50     psMetadata* output                  ///< the psMetadata data in which to write
     50    const psMetadata* output            ///< the psMetadata data in which to write
    5151);
    5252
     
    5757bool psFitsWriteBlank(
    5858    psFits* fits,                       ///< the psFits object
    59     psMetadata* output                  ///< the psMetadata data in which to write
     59    const psMetadata* output            ///< the psMetadata data in which to write
    6060);
    6161
Note: See TracChangeset for help on using the changeset viewer.