IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

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

    r1441 r2204  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-09 23:40:54 $
     12*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-10-27 00:57:30 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4343typedef struct
    4444{
    45     const int ID;               ///< ID number for this photometric system
     45    const psS32 ID;               ///< ID number for this photometric system
    4646    const char *name;           ///< Name of photometric system
    4747    const char *camera;         ///< Camera for photometric system
Note: See TracChangeset for help on using the changeset viewer.