IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2008, 12:50:52 PM (19 years ago)
Author:
eugene
Message:

replaced sort functions drived from press with sort macros derived from gsl

File:
1 edited

Legend:

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

    r15743 r16040  
    412412int        SkyTableSetFilenames    PROTO((SkyTable *sky, char *path, char *ext));
    413413
     414/* dvo-specific sorting functions */
     415void sortave (Average *ave, int N);
     416void sort_image_subset (Image *image, int *subset, int N);
     417void sort_coords_index (double *X, double *Y, int *S, int N);
     418void sort_stars_ra (Stars *stars, int N);
     419void sort_regions (SkyRegion *region, int N);
     420
    414421# endif
Note: See TracChangeset for help on using the changeset viewer.