IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2005, 9:27:54 AM (21 years ago)
Author:
eugene
Message:

working on skydb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvo2.h

    r2598 r5438  
    1212  float r, d;
    1313} SkyCoord;
     14
     15typedef struct {
     16  int Nregion;
     17  SkyRegion *region;
     18} SkyRegionTable;
     19
     20typedef struct {
     21  int Nregion;
     22  SkyRegion **region;
     23} SkyRegionList;
    1424
    1525typedef struct {
Note: See TracChangeset for help on using the changeset viewer.