- Timestamp:
- Jun 21, 2011, 6:45:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/libdvo/include/dvo.h
r31468 r31657 1 # ifndef DVO_H 2 # define DVO_H 3 1 4 # include <ohana.h> 2 5 # include <gfitsio.h> 3 6 # include <autocode.h> 4 7 5 # i fndef DVO_H6 # define DVO_H8 # include <libdvo_astro.h> 9 # include <dvodb.h> 7 10 8 11 /* DVO table modes */ … … 506 509 SkyList *SkyListChildrenByBounds_List PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax)); 507 510 511 int set_skyregion(double Rs, double Re, double Ds, double De); 512 int get_skyregion (double *Rs, double *Re, double *Ds, double *De); 513 514 void dvo_set_catdir(char *catdir); 515 char *dvo_get_catdir(); 516 508 517 /* dvo-specific sorting functions */ 509 518 void sortave (Average *ave, off_t N); … … 513 522 void sort_regions (SkyRegion *region, off_t N); 514 523 524 #ifdef MOVED_TO_LIBOHANA 525 int print_error(void); 526 int init_error(void); 527 int push_error(char *); 528 #endif 529 515 530 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
