IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 10:43:26 AM (17 years ago)
Author:
eugene
Message:

lots of very minor API mods to satisfy some pickier compilers (supply void to prototypes for argument-less functions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/gastro2/include/gastro2.h

    r14590 r21153  
    133133void      PlotVector (int Npts, float *vect, int mode, int N);
    134134void      PrepPlotting (int Npts, Graphdata *graphmode, int N);
    135 void      XDead ();
     135void      XDead (int value);
    136136void      add_to_regions (CatStats *area);
    137 void      ahelp ();
     137void      ahelp (void);
    138138void      area_of_region (CatStats *region);
    139139double    area_of_skyregion (SkyRegion *region);
     
    147147int       fit_adjust (Coords *coords);
    148148void      fit_apply (double *x, double *y, double X, double Y);
    149 void      fit_eval ();
     149void      fit_eval (void);
    150150void      fit_init (int order);
    151151void      fit_lum_bin (double *x, double *y, int N, double *C0, double *C1);
    152 void      fit_norm ();
     152void      fit_norm (void);
    153153double    fit_scat (StarData *st, StarData *sr, Coords *coords);
    154154int       gaussj (double **a, int n, double **b, int m);
     
    166166void      grid (CmpCatalog *Target, RefCatalog *Subset, Answer *answer);
    167167int       gridbin (double dX, double dY);
    168 void      gridfree ();
     168void      gridfree (void);
    169169void      gridinit (double XMIN, double XMAX, double YMIN, double YMAX, int Nr, int Nt);
    170170void      gstars (char *filename, CmpCatalog *Target);
    171171void      hh_hms (double hh, int *hr, int *mn, double *sc);
    172172void      hms_format (char *line, double value);
    173 void      init_regions ();
     173void      init_regions (void);
    174174int       load_ra_blocks (int Ndec, CatStats *area);
    175175int       mk_polyterm (int n, int m, int norder);
     
    178178
    179179void      pair_add (int i1, int i2);
    180 void      pair_init ();
     180void      pair_init (void);
    181181int       pair_lists (int **index1, int **index2);
    182182
    183183int       parse_GSC_line (CatStats *tregion, char *line);
    184184int       plot_addpt_gridplot (double x, double y);
    185 void      plot_done_gridplot ();
     185void      plot_done_gridplot (void);
    186186void      plot_fullfield (CmpCatalog *Target, RefCatalog *Ref);
    187187void      plot_fullfield_pairs (float *x, float *y, int n);
    188188void      plot_gridpts (double *pts, int Npts);
    189 void      plot_init_gridplot ();
     189void      plot_init_gridplot (void);
    190190void      plot_lumfunc (CmpCatalog *Target, RefCatalog *Ref);
    191191void      plot_resid (StarData *st, StarData *sr, Coords *coords);
Note: See TracChangeset for help on using the changeset viewer.