IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2004, 11:56:20 AM (22 years ago)
Author:
evanalst
Message:

Add psLibFinalize() to clean up time objects.

File:
1 edited

Legend:

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

    r2204 r2537  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2004-10-27 00:57:31 $
     7*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2004-11-30 21:56:20 $
    99*
    1010*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    299299    psS32 testStatus = 0;
    300300
    301     psTime* now = psTimeGetTime(PS_TIME_UTC);
     301    psTime* now = psTimeGetTime(PS_TIME_TAI);
    302302
    303303    psObservatory* obs = psObservatoryAlloc(NAME, LATITUDE, LONGITUDE, HEIGHT, LAPSERATE);
     
    367367    psFree(exp);
    368368    psFree(grom);
     369    psLibFinalize();
    369370
    370371    return(testStatus);
     
    517518
    518519    psFree(myFPA);
     520
    519521    return(0);
    520522}
Note: See TracChangeset for help on using the changeset viewer.