- Timestamp:
- Mar 1, 2016, 11:35:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/relphot/src/plotstuff.c
r38466 r39420 52 52 53 53 void JpegPlot (Graphdata *graphmode, int N, char *filename) { 54 OHANA_UNUSED_PARAM(graphmode); 54 55 55 56 if (Xgraph[N] == 0) return; … … 60 61 61 62 void PSPlot (Graphdata *graphmode, int N, char *filename) { 63 OHANA_UNUSED_PARAM(graphmode); 62 64 63 65 if (Xgraph[N] == 0) return; … … 93 95 94 96 void PlotVector (int Npts, double *vect, int mode, int N, char *type) { 97 OHANA_UNUSED_PARAM(mode); 95 98 96 99 float *values;
Note:
See TracChangeset
for help on using the changeset viewer.
