IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7465


Ignore:
Timestamp:
Jun 9, 2006, 2:07:10 PM (20 years ago)
Author:
Paul Price
Message:

Changing pmFitsReadTable definition to use const.

Location:
trunk/psLib/src/fits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsTable.c

    r7300 r7465  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-02 21:33:34 $
     9 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-06-10 00:07:10 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    554554
    555555
    556 psArray* psFitsReadTable(psFits* fits)
     556psArray* psFitsReadTable(const psFits* fits)
    557557{
    558558    int status = 0;
  • trunk/psLib/src/fits/psFitsTable.h

    r7230 r7465  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-27 01:50:33 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-06-10 00:07:10 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6969 */
    7070psArray* psFitsReadTable(
    71     psFits* fits                       ///< the psFits object
     71    const psFits* fits                  ///< the psFits object
    7272);
    7373
Note: See TracChangeset for help on using the changeset viewer.