IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 4:17:05 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel4/psLib/test/fileUtils/tst_psLookupTable_01.c

    r2808 r3059  
    1212*  @author  Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    15 *  @date  $Date: 2004-12-23 19:38:38 $
     14*  @version $Revision: 1.5.2.1 $  $Name: not supported by cvs2svn $
     15*  @date  $Date: 2005-01-19 02:17:05 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3636    psLookupTable* table1 = NULL;
    3737
    38     table1 = psLookupTableAlloc("../../data/tai_utc.dat", 0, 2451179.6);
     38    table1 = psLookupTableAlloc(UTC_DAT_FILE, 0, 2451179.6);
    3939    table1 = psLookupTableRead(table1);
    4040    out1 = psLookupTableInterpolate(table1, index1, 0, &status1);
     
    5656    psF64 truthData2[] = {31.5, 41317, 0};
    5757
    58     table2 = psLookupTableAlloc("../../data/tai_utc.dat", 0, 2451179.6);
     58    table2 = psLookupTableAlloc(UTC_DAT_FILE, 0, 2451179.6);
    5959    table2 = psLookupTableRead(table2);
    6060    stats2 = psVectorAlloc(table2->numCols, PS_TYPE_U32);
     
    7878    psLookupTable* table3 = NULL;
    7979
    80     table3 = psLookupTableAlloc("../../data/tai_utc.dat", 0, 2451179.6);
     80    table3 = psLookupTableAlloc(UTC_DAT_FILE, 0, 2451179.6);
    8181    table3 = psLookupTableRead(table3);
    8282    out3 = psLookupTableInterpolate(table3, index3, 0, &status3);
     
    9393    psLookupTable* table4 = NULL;
    9494
    95     table4 = psLookupTableAlloc("../../data/tai_utc.dat", 0, 2451179.6);
     95    table4 = psLookupTableAlloc(UTC_DAT_FILE, 0, 2451179.6);
    9696    table4 = psLookupTableRead(table4);
    9797    out4 = psLookupTableInterpolate(table4, index4, 0, &status4);
Note: See TracChangeset for help on using the changeset viewer.