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/fits/psFits.c

    r3851 r3966  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-05-05 21:25:47 $
     9 *  @version $Revision: 1.29.2.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
     
    14521452
    14531453bool psFitsWriteTable(const psFits* fits,
    1454                       psMetadata* header,
    1455                       psArray* table,
     1454                      const psMetadata* header,
     1455                      const psArray* table,
    14561456                      char* extname)
    14571457{
Note: See TracChangeset for help on using the changeset viewer.