IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2004, 8:27:08 AM (22 years ago)
Author:
harman
Message:

Changed function argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadataIO.h

    r2204 r2318  
    99*  @author Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-10-27 00:57:30 $
     11*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-11-10 18:26:53 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5050    psMetadata* output,                ///< Resulting metadata from read.
    5151    char *extName,                     ///< File name extension string.
    52     psS32 extNum,                        ///< File name extension number. Starts at 1.
     52    psS32 extNum,                      ///< File name extension number. Starts at 1.
    5353    char *fileName                     ///< Name of file to read.
    5454);
     
    6262psS32 psMetadataParseConfig(
    6363    psMetadata** md,                   ///< Resulting metadata from read.
    64     char *fileName,                    ///< Name of file to read.
    65     psBool overwrite                     ///< Allow overwrite of duplicate specifications.
     64    const char *fileName,              ///< Name of file to read.
     65    psBool overwrite                   ///< Allow overwrite of duplicate specifications.
    6666);
    6767
Note: See TracChangeset for help on using the changeset viewer.