IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2006, 6:45:40 PM (21 years ago)
Author:
eugene
Message:

moved filename out of SkyRegion into SkyList, SkyTable

File:
1 edited

Legend:

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

    r5451 r5945  
    109109typedef struct {
    110110  int Nregions;
     111  char **filename;
    111112  SkyRegion *regions;
    112113} SkyTable;
     
    114115typedef struct {
    115116  int Nregions;
     117  char **filename;
    116118  SkyRegion **regions;
    117119} SkyList;
Note: See TracChangeset for help on using the changeset viewer.