IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2014, 8:38:35 AM (12 years ago)
Author:
eugene
Message:

free the found and foundWarp catalog elements (grows too large for whole sky)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/libdvo/include/dvo.h

    r36932 r37002  
    612612
    613613  /* pointers for data manipulation */
    614   off_t *found;
    615   off_t *foundWarp;
    616   off_t *image;
    617   off_t *mosaic;
    618   float *X;
    619   float *Y;
    620   int   *nOwn; // relastro uses this to count owned detections per object
     614  off_t *found_t;
     615  off_t *foundWarp_t;
     616  off_t *image_t;
     617  off_t *mosaic_t;
     618  float *X_t;
     619  float *Y_t;
     620  int   *nOwn_t; // relastro uses this to count owned detections per object
    621621
    622622} Catalog;
Note: See TracChangeset for help on using the changeset viewer.