IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6972


Ignore:
Timestamp:
Apr 24, 2006, 2:26:48 PM (20 years ago)
Author:
Paul Price
Message:

Fixing so it compiles (dependent is declared later).

File:
1 edited

Legend:

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

    r6971 r6972  
    77*  @author GLG, MHPCC
    88*
    9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-04-25 00:22:32 $
     9*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-04-25 00:26:48 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9393    bool data_exists;                   ///< Does the data for this chip exist (read case only)?
    9494    pmHDU *hdu;                         ///< FITS data
    95     pmCell *mosaic;                     ///< A mosaic cell
     95    struct pmCell *mosaic;              ///< A mosaic cell
    9696}
    9797pmChip;
Note: See TracChangeset for help on using the changeset viewer.