IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2016, 1:34:24 PM (10 years ago)
Author:
eugene
Message:

plug memory leaks; allow object to have no measurements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/include/delstar.h

    r39307 r39579  
    8383char        *SINGLE_CPT;
    8484
    85 int SKIP_IMAGES;
     85int   SAVE_DUPLICATES;
     86int   SKIP_IMAGES;
    8687
    8788time_t    START;
     
    138139int args_client (int argc, char **argv);
    139140
     141void delstar_args_free ();
     142void delstar_client_args_free ();
     143
    140144void SortAveMeasMatch (off_t *MEAS, off_t *AVE, off_t N);
    141145
Note: See TracChangeset for help on using the changeset viewer.