IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 3:58:02 PM (19 years ago)
Author:
eugene
Message:

updates to fix mosaic astrometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpCleanup.c

    r11280 r12505  
    77    psTimerStop ();
    88    psMemCheckCorruption(stderr, true);
    9     // XXX not used in pswarp pmModelGroupCleanup ();
     9    pmModelGroupCleanup ();
    1010    psTimeFinalize ();
    1111    pmConceptsDone ();
    1212    pmConfigDone ();
    13     // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "pswarp");
    14     fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "pswarp");
     13    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "pswarp");
     14    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "pswarp");
    1515
    1616    return;
Note: See TracChangeset for help on using the changeset viewer.