IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2007, 10:15:51 AM (19 years ago)
Author:
eugene
Message:

extensive updates to the avextract / mextract / skyregion system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r14263 r14401  
    153153typedef struct {
    154154  int Nregions;
     155  int ownElements;                                /* does this list own filename, regions? */
    155156  char **filename;
    156157  SkyRegion **regions;
     
    428429SkyList   *SkyListChildrenByBounds PROTO((SkyTable *table, int No, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
    429430int        SkyListMerge            PROTO((SkyList **outlist, SkyList *newlist));
    430 int        SkyListFree             PROTO((SkyList *list, int ELEMENTS));
     431int        SkyListFree             PROTO((SkyList *list));
    431432int        SkyTableFree            PROTO((SkyTable *table));
    432433int        SkyListSetFilenames     PROTO((SkyList *list, char *path, char *ext));
Note: See TracChangeset for help on using the changeset viewer.