IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2010, 9:08:48 PM (16 years ago)
Author:
Paul Price
Message:

Finished rework of ppMops. Not yet tested though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMops.c

    r25256 r28212  
    2020    }
    2121
    22     ppMopsDetections *merged = ppMopsMerge(detections); // Merged detections
    23     psFree(detections);
    24     if (!merged) {
     22    if (!ppMopsPurgeDuplicates(detections)) {
    2523        psErrorStackPrint(stderr, "Unable to merge detections");
    2624        exit(PS_EXIT_SYS_ERROR);
    2725    }
    2826
    29     if (!ppMopsWrite(merged, args)) {
     27    if (!ppMopsWrite(detections, args)) {
    3028        psErrorStackPrint(stderr, "Unable to write detections");
    3129        exit(PS_EXIT_SYS_ERROR);
    3230    }
    3331
    34     psFree(merged);
     32    psFree(detections);
    3533    psFree(args);
    3634
Note: See TracChangeset for help on using the changeset viewer.