IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 3:53:00 PM (22 years ago)
Author:
desonia
Message:

removed relative paths.

File:
1 edited

Legend:

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

    r2610 r3056  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2004-12-03 23:38:41 $
     11*  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2005-01-19 01:53:00 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include "pslib.h"
    1818#include "psTest.h"
     19
     20#ifndef TIME_XML_FILE
     21#define TIME_XML_FILE "../../config/psTime.xml"
     22#pragma warning TIME_XML_FILE was not defined in the makefile.
     23#endif
    1924
    2025
     
    2631    psU32 nFail = 0;
    2732    psMetadata *md = NULL;
    28     md = psMetadataParseConfigXml(md, &nFail, "../../config/psTime.xml", true);
     33    md = psMetadataParseConfigXml(md, &nFail, TIME_XML_FILE, true);
    2934    if (nFail != 0) {
    3035        printf("psMetadataParseConfigXml returned error %d\n", res);
Note: See TracChangeset for help on using the changeset viewer.