IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7751


Ignore:
Timestamp:
Jun 29, 2006, 10:16:21 AM (20 years ago)
Author:
Paul Price
Message:

Adding psLibInit and psLibFinalize calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMerge.c

    r7698 r7751  
    2121int main(int argc, char **argv)
    2222{
     23    psLibInit(NULL);
    2324    psMemSetThreadSafety(false);           // Turn off thread safety, for more
    2425    psTimerStart(TIMERNAME);
     
    5758    psFree(config);
    5859
    59     psTimerStop();
    60     psTraceReset();
    61     psErrorClear();
     60    psLibFinalize();
    6261    pmConceptsDone();
    6362    pmConfigDone();
Note: See TracChangeset for help on using the changeset viewer.