IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2020, 9:49:13 AM (6 years ago)
Author:
eugene
Message:

add a test to dvosplit; plug memory leaks

File:
1 edited

Legend:

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

    r40561 r41429  
    2424int    FULL_TABLE;
    2525int    VERBOSE;
     26int    SKIP_EXIST; // do not re-split existing files
    2627char  *OUTDIR;
    2728char  *CATMODE;    /* raw, mef, split, mysql */
     
    4243int        split_averages         PROTO((Catalog *incatalog, SkyList *outlist, Catalog *outcatalogs));
    4344int        split_measures         PROTO((Catalog *incatalog, SkyList *outlist, Catalog *outcatalogs, AveLinks *avelinks));
    44 void GetConfig (char *config, char *field, char *format, int N, void *ptr);
     45void       GetConfig              PROTO((char *config, char *field, char *format, int N, void *ptr));
     46
     47void       dvosplit_free          PROTO((SkyTable *sky, SkyList *skylist));
Note: See TracChangeset for help on using the changeset viewer.