Changeset 21153 for trunk/Ohana/src/gastro2/include/gastro2.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/gastro2/include/gastro2.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro2/include/gastro2.h
r14590 r21153 133 133 void PlotVector (int Npts, float *vect, int mode, int N); 134 134 void PrepPlotting (int Npts, Graphdata *graphmode, int N); 135 void XDead ( );135 void XDead (int value); 136 136 void add_to_regions (CatStats *area); 137 void ahelp ( );137 void ahelp (void); 138 138 void area_of_region (CatStats *region); 139 139 double area_of_skyregion (SkyRegion *region); … … 147 147 int fit_adjust (Coords *coords); 148 148 void fit_apply (double *x, double *y, double X, double Y); 149 void fit_eval ( );149 void fit_eval (void); 150 150 void fit_init (int order); 151 151 void fit_lum_bin (double *x, double *y, int N, double *C0, double *C1); 152 void fit_norm ( );152 void fit_norm (void); 153 153 double fit_scat (StarData *st, StarData *sr, Coords *coords); 154 154 int gaussj (double **a, int n, double **b, int m); … … 166 166 void grid (CmpCatalog *Target, RefCatalog *Subset, Answer *answer); 167 167 int gridbin (double dX, double dY); 168 void gridfree ( );168 void gridfree (void); 169 169 void gridinit (double XMIN, double XMAX, double YMIN, double YMAX, int Nr, int Nt); 170 170 void gstars (char *filename, CmpCatalog *Target); 171 171 void hh_hms (double hh, int *hr, int *mn, double *sc); 172 172 void hms_format (char *line, double value); 173 void init_regions ( );173 void init_regions (void); 174 174 int load_ra_blocks (int Ndec, CatStats *area); 175 175 int mk_polyterm (int n, int m, int norder); … … 178 178 179 179 void pair_add (int i1, int i2); 180 void pair_init ( );180 void pair_init (void); 181 181 int pair_lists (int **index1, int **index2); 182 182 183 183 int parse_GSC_line (CatStats *tregion, char *line); 184 184 int plot_addpt_gridplot (double x, double y); 185 void plot_done_gridplot ( );185 void plot_done_gridplot (void); 186 186 void plot_fullfield (CmpCatalog *Target, RefCatalog *Ref); 187 187 void plot_fullfield_pairs (float *x, float *y, int n); 188 188 void plot_gridpts (double *pts, int Npts); 189 void plot_init_gridplot ( );189 void plot_init_gridplot (void); 190 190 void plot_lumfunc (CmpCatalog *Target, RefCatalog *Ref); 191 191 void plot_resid (StarData *st, StarData *sr, Coords *coords);
Note:
See TracChangeset
for help on using the changeset viewer.
