IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 3:41:35 PM (21 years ago)
Author:
desonia
Message:

modified psLibInit to match SDRS.

File:
1 edited

Legend:

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

    r4059 r4205  
    1515 *  @author  Eric Van Alst, MHPCC
    1616 *
    17  *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    18  *  @date  $Date: 2005-05-31 22:02:25 $
     17 *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     18 *  @date  $Date: 2005-06-10 01:41:35 $
    1919 *
    2020 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555{
    5656    // Test A - Initialize time
    57     psLibInit(true, "psTime.config");
     57    psLibInit("psTime.config");
    5858    psLibFinalize();
    5959
     
    6464{
    6565    // Test B - Attempt to open non-existant time config file
    66     psLibInit(true, "zzz");
     66    psLibInit("zzz");
    6767
    6868    return 0;
     
    7272{
    7373    // Test C - Attempt to open non-existant time data files
    74     psLibInit(true, "test.psTime.config1");
     74    psLibInit("test.psTime.config1");
    7575    psLibFinalize();
    7676
     
    8181{
    8282    // Test D - Attempt to read incorrect number of files
    83     psLibInit(true, "test.psTime.config2");
     83    psLibInit("test.psTime.config2");
    8484    psLibFinalize();
    8585
     
    9090{
    9191    // Test E - Attempt to read incorrect number of from values
    92     psLibInit(true, "test.psTime.config3");
     92    psLibInit("test.psTime.config3");
    9393    psLibFinalize();
    9494
     
    9999{
    100100    // Test F - Attempt to read data file with typo in number
    101     psLibInit(true, "test.psTime.config4");
     101    psLibInit("test.psTime.config4");
    102102    psLibFinalize();
    103103
Note: See TracChangeset for help on using the changeset viewer.