IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r3056 r3115  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-01-19 01:53:00 $
     16 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-02-03 00:54:12 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    2020 *
    2121 */
     22#include "config.h"
    2223
    2324#include "pslib.h"
     
    2930    // Test A - Initialize time
    3031    printPositiveTestHeader(stdout, "psTime", "Test A - Initialize time");
    31     psLibInit(true, TIME_CONFIG_FILE);
     32    psLibInit(true, CONFIG_FILE);
    3233    psLibFinalize();
    3334    printFooter(stdout, "psTime", "Test A - Initialize time", true);
Note: See TracChangeset for help on using the changeset viewer.