IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2006, 5:49:37 AM (20 years ago)
Author:
magnier
Message:

changed elements of pmAstromMatch to raw,ref (from i1,i2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.h

    r7152 r7153  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-05-19 15:39:53 $
     10*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-05-19 15:49:37 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555typedef struct
    5656{
    57     int i1;                             ///< What is this?
    58     int i2;                             ///< What is this?
     57    int raw;                             ///< What is this?
     58    int ref;                             ///< What is this?
    5959}
    6060pmAstromMatch;
Note: See TracChangeset for help on using the changeset viewer.