IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2008, 1:56:29 PM (18 years ago)
Author:
eugene
Message:

added psThread code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psConfigure.c

    r15607 r18827  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2007-11-13 21:50:13 $
     15 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2008-07-31 23:56:29 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psString.h"
    3232#include "psTime.h"
     33#include "psThread.h"
    3334#include "psEarthOrientation.h"
    3435#include "psError.h"
     
    124125    psTimerStop();
    125126
     127    psThreadPoolFinalize();
     128
    126129    // Free the time tables
    127130    if (!p_psTimeFinalize()) {
Note: See TracChangeset for help on using the changeset viewer.