- Timestamp:
- Jun 21, 2011, 6:45:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/uniphot/include/uniphot.h
r31160 r31657 83 83 int style, ptype, ltype, etype, color; 84 84 double lweight, size; 85 } Graphdata;85 } UPGraphdata; 86 86 87 87 /***** prototypes ****/ 88 88 void ConfigInit PROTO((int *argc, char **argv)); 89 void DonePlotting PROTO(( Graphdata *graphmode, int N));90 void JpegPlot PROTO(( Graphdata *graphmode, int N, char *filename));91 void PSPlot PROTO(( Graphdata *graphmode, int N, char *filename));89 void DonePlotting PROTO((UPGraphdata *graphmode, int N)); 90 void JpegPlot PROTO((UPGraphdata *graphmode, int N, char *filename)); 91 void PSPlot PROTO((UPGraphdata *graphmode, int N, char *filename)); 92 92 void PlotLabel PROTO((char *string, int N)); 93 93 void PlotVector PROTO((int Npts, double *vect, int mode, int N)); 94 void PrepPlotting PROTO((int Npts, Graphdata *graphmode, int N));94 void PrepPlotting PROTO((int Npts, UPGraphdata *graphmode, int N)); 95 95 void XDead PROTO((void)); 96 96 int args_uniphot PROTO((int argc, char **argv));
Note:
See TracChangeset
for help on using the changeset viewer.
