IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2611


Ignore:
Timestamp:
Dec 3, 2004, 1:38:42 PM (22 years ago)
Author:
harman
Message:

Updates for version 10 of SDRS

File:
1 edited

Legend:

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

    r2610 r2611  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2004-12-03 23:33:48 $
     11*  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2004-12-03 23:38:41 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626    psU32 nFail = 0;
    2727    psMetadata *md = NULL;
    28     res = psMetadataParseConfigXml(md, &nFail, "../../config/psTime.xml", true);
    29     if (res != 0) {
     28    md = psMetadataParseConfigXml(md, &nFail, "../../config/psTime.xml", true);
     29    if (nFail != 0) {
    3030        printf("psMetadataParseConfigXml returned error %d\n", res);
    3131    }
Note: See TracChangeset for help on using the changeset viewer.