Changeset 31635 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Jun 16, 2011, 11:18:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r31450 r31635 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 */ … … 501 504 SkyList *SkyListChildrenByBounds_List PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax)); 502 505 506 int set_skyregion(double Rs, double Re, double Ds, double De); 507 int get_skyregion (double *Rs, double *Re, double *Ds, double *De); 508 509 void dvo_set_catdir(char *catdir); 510 char *dvo_get_catdir(); 511 503 512 /* dvo-specific sorting functions */ 504 513 void sortave (Average *ave, off_t N); … … 508 517 void sort_regions (SkyRegion *region, off_t N); 509 518 519 #ifdef MOVED_TO_LIBOHANA 520 int print_error(void); 521 int init_error(void); 522 int push_error(char *); 523 #endif 524 510 525 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
