IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2005, 5:02:53 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib/test/astronomy
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/Makefile.am

    r3152 r3220  
    1212
    1313AM_LDFLAGS = -L$(top_builddir)/src $(PSLIB_LIBS)
     14AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\""
    1415
    1516check_PROGRAMS = tst_psTime_01 \
  • trunk/psLib/test/astronomy/test.psTime.config2.template

    r3056 r3220  
    11# This configuration file specifies values required for time calculations by psLib.
    2 psLib.time.tables.dir STR PREFIX/data                                                    # Directory for time tables
     2psLib.time.tables.dir STR PREFIX/share/pslib                                            # Directory for time tables
    33psLib.time.tables.n S32 4                                                               # Number of time tables
    44psLib.time.tables.files STR eopc01_1900_2004.dat finals_all.dat tai_utc.dat    # These are the table file names
  • trunk/psLib/test/astronomy/test.psTime.config3.template

    r3056 r3220  
    11# This configuration file specifies values required for time calculations by psLib.
    2 psLib.time.tables.dir STR PREFIX/data                                                    # Directory for time tables
     2psLib.time.tables.dir STR PREFIX/share/pslib                                            # Directory for time tables
    33psLib.time.tables.n S32 4                                                               # Number of time tables
    44psLib.time.tables.files STR ser7.dat eopc01_1900_2004.dat finals_all.dat tai_utc.dat    # These are the table file names
  • trunk/psLib/test/astronomy/tst_psTime_04.c

    r3115 r3220  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-02-03 00:54:12 $
     16 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-02-15 03:02:53 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030    // Test A - Initialize time
    3131    printPositiveTestHeader(stdout, "psTime", "Test A - Initialize time");
    32     psLibInit(true, CONFIG_FILE);
     32    psLibInit(true, p_psGetConfigFileName());
    3333    psLibFinalize();
    3434    printFooter(stdout, "psTime", "Test A - Initialize time", true);
Note: See TracChangeset for help on using the changeset viewer.