IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5346


Ignore:
Timestamp:
Oct 15, 2005, 1:28:04 PM (21 years ago)
Author:
eugene
Message:

moved GSCRegion to libautocode

Location:
trunk/Ohana/src/libdvo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/Makefile

    r5273 r5346  
    7070$(ASRC)/spectrum-ascii.$(ARCH).o \
    7171$(ASRC)/Stars.$(ARCH).o \
     72$(ASRC)/GSCRegion.$(ARCH).o \
    7273$(ASRC)/AddstarClientOptions.$(ARCH).o
    7374
  • trunk/Ohana/src/libdvo/include/dvo.h

    r5320 r5346  
    106106} FITS_DB;
    107107
     108# if (0)
    108109/* structure for data on a catalog region */
    109110typedef struct {
     
    111112  double DEC[2], RA[2];
    112113} GSCRegion;
     114# endif
    113115
    114116typedef struct {
Note: See TracChangeset for help on using the changeset viewer.