IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26632


Ignore:
Timestamp:
Jan 19, 2010, 3:03:46 PM (16 years ago)
Author:
eugene
Message:

provide a place to store the initial set of footprints (currently not used)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/objects/pmDetections.c

    r23487 r26632  
    2626  psFree (detections->peaks);
    2727  psFree (detections->oldPeaks);
     28  psFree (detections->oldFootprints);
    2829  return;
    2930}
     
    3536    psMemSetDeallocator(detections, (psFreeFunc) pmDetectionsFree);
    3637
    37     detections->footprints = NULL;
    38     detections->peaks      = NULL;
    39     detections->oldPeaks   = NULL;
    40     detections->last       = 0;
     38    detections->footprints    = NULL;
     39    detections->peaks         = NULL;
     40    detections->oldPeaks      = NULL;
     41    detections->oldFootprints = NULL;
     42    detections->last          = 0;
    4143
    4244    return (detections);
Note: See TracChangeset for help on using the changeset viewer.