IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1386


Ignore:
Timestamp:
Aug 4, 2004, 1:54:05 PM (22 years ago)
Author:
harman
Message:

Updated comments

Location:
trunk/psLib/src
Files:
3 edited

Legend:

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

    r1385 r1386  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-04 23:37:39 $
     12*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-04 23:54:05 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    269269    psMetadata *output,                     ///< Resulting metadata from read.
    270270    const char *extname,                    ///< File name extension string.
    271     int extnum,                             ///< File name extension number.
     271    int extnum,                             ///< File name extension number. Starts at 1.
    272272    const char *filename                ///< Name of file to read.
    273273);
  • trunk/psLib/src/collections/psMetadata.h

    r1385 r1386  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-04 23:37:39 $
     12*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-04 23:54:05 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    269269    psMetadata *output,                     ///< Resulting metadata from read.
    270270    const char *extname,                    ///< File name extension string.
    271     int extnum,                             ///< File name extension number.
     271    int extnum,                             ///< File name extension number. Starts at 1.
    272272    const char *filename                ///< Name of file to read.
    273273);
  • trunk/psLib/src/types/psMetadata.h

    r1385 r1386  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-04 23:37:39 $
     12*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-04 23:54:05 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    269269    psMetadata *output,                     ///< Resulting metadata from read.
    270270    const char *extname,                    ///< File name extension string.
    271     int extnum,                             ///< File name extension number.
     271    int extnum,                             ///< File name extension number. Starts at 1.
    272272    const char *filename                ///< Name of file to read.
    273273);
Note: See TracChangeset for help on using the changeset viewer.