Changeset 21153 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r20323 r21153 125 125 int args PROTO((int argc, char **argv)); 126 126 int bcatalog PROTO((Catalog *subcatalog, Catalog *catalog)); 127 void clean_images PROTO(( ));127 void clean_images PROTO((void)); 128 128 void clean_measures PROTO((Catalog *catalog, int Ncatalog, int final)); 129 void clean_mosaics PROTO(( ));129 void clean_mosaics PROTO((void)); 130 130 void clean_stars PROTO((Catalog *catalog, int Ncatalog)); 131 131 int corner_check PROTO((double *x1, double *y1, double *x2, double *y2)); 132 void dumpGrid PROTO(( ));133 void dump_grid PROTO(( ));132 void dumpGrid PROTO((void)); 133 void dump_grid PROTO((void)); 134 134 int edge_check PROTO((double *x1, double *y1, double *x2, double *y2)); 135 135 void findImages PROTO((Catalog *catalog, int Ncatalog)); … … 140 140 void TrapSignal (int sig); 141 141 void SetProtect (int mode); 142 int SetSignals ( );142 int SetSignals (void); 143 143 144 144 void freeGridBins PROTO((int Ncatalog)); … … 179 179 void plot_defaults PROTO((Graphdata *graphdata)); 180 180 void plot_grid PROTO((Catalog *catalog)); 181 void plot_images PROTO(( ));181 void plot_images PROTO((void)); 182 182 void plot_list PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *format, ...)); 183 183 void plot_mosaic_fields PROTO((Catalog *catalog)); 184 void plot_mosaics PROTO(( ));184 void plot_mosaics PROTO((void)); 185 185 void plot_scatter PROTO((Catalog *catalog, int Ncatalog)); 186 186 void plot_star_coords PROTO((Catalog *catalog, int Ncatalog)); … … 190 190 int setExclusions PROTO((Catalog *catalog, int Ncatalog)); 191 191 void setMcal PROTO((Catalog *catalog, int Poor)); 192 void setMcalFinal PROTO(( ));192 void setMcalFinal PROTO((void)); 193 193 int setMcalOutput PROTO((Catalog *catalog, int Ncatalog)); 194 194 void setMgrid PROTO((Catalog *catalog)); … … 217 217 StatType statsStarX PROTO((Catalog *catalog, int Ncatalog)); 218 218 void wcatalog PROTO((Catalog *catalog)); 219 void wimages PROTO(( ));219 void wimages PROTO((void)); 220 220 void write_coords PROTO((Header *header, Coords *coords)); 221 int relphot_objects ( );221 int relphot_objects (void);
Note:
See TracChangeset
for help on using the changeset viewer.
