IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2009, 2:00:54 PM (17 years ago)
Author:
Paul Price
Message:

Add trace statements for debugging support. Wasn't added sources without matches to the merged list. Seems to work now. Only current concern is the performance of the PS_TREE_SPHERICAL mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ppMops/src/ppMops.c

    r25183 r25188  
    66int main(int argc, char *argv[])
    77{
     8    psLibInit(NULL);
     9
    810    ppMopsArguments *args = ppMopsArgumentsParse(argc, argv); // Parsed arguments
    911    if (!args) {
     
    3234    psFree(merged);
    3335    psFree(args);
     36
     37    psLibFinalize();
    3438
    3539    return PS_EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.