IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Changing pmFitsReadTable definition to use const.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.