IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2005, 9:43:53 AM (21 years ago)
Author:
evanalst
Message:

Bug #392 fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/psXML.h

    r3381 r3945  
    1010 *  @author Robert DeSonia, MHPCC
    1111 *
    12  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-07 20:58:50 $
     12 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-05-16 19:43:53 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121/// @{
    2222
     23typedef struct
     24{
     25    psArray*    nonUniqueKeyArray;
     26    psArray*    typeArray;
     27    psArray*    templateArray;
     28    psMetadata* metadata;
     29    char*       name;
     30}
     31p_psParseLevelInfo;
     32
     33p_psParseLevelInfo* p_psParseLevelInfoAlloc(void);
    2334
    2435/** Print metadata item to file.
Note: See TracChangeset for help on using the changeset viewer.