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

    r7232 r7540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-27 01:59:36 $
     9 *  @version $Revision: 1.10 $ $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
     
    277277
    278278bool psFitsWriteImage(psFits* fits,
    279                       psMetadata* header,
     279                      const psMetadata* header,
    280280                      const psImage* input,
    281281                      int numZPlanes,
     
    289289
    290290bool psFitsInsertImage(psFits* fits,
    291                        psMetadata* header,
     291                       const psMetadata* header,
    292292                       const psImage* input,
    293293                       int numZPlanes,
Note: See TracChangeset for help on using the changeset viewer.