IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2005, 8:09:12 AM (21 years ago)
Author:
desonia
Message:

renamed psMetadataParseConfig to psMetadataConfigParse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psMetadata_07.c

    r3682 r4209  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2005-04-07 20:27:41 $
     11*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2005-06-10 18:09:12 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626    psU32 nFail = 0;
    2727    psMetadata *md = NULL;
    28     md = psMetadataParseConfigXml(md, &nFail, XML_CONFIG_FILE, true);
     28    md = psMetadataConfigParseXml(md, &nFail, XML_CONFIG_FILE, true);
    2929    if (nFail != 0) {
    30         printf("psMetadataParseConfigXml returned error %d\n", res);
     30        printf("psMetadataConfigParseXml returned error %d\n", res);
    3131    }
    3232
Note: See TracChangeset for help on using the changeset viewer.