IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMetaData.h

    r377 r396  
    4949    psHash *restrict table;             ///< hash table of the same metadata
    5050} psMetaDataSet;
     51
     52/** Metadata is actually a "set of metadata" */
     53typedef psMetaDataSet psMetadata;
    5154
    5255/** Functions **************************************************************/
Note: See TracChangeset for help on using the changeset viewer.