IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:35:02 AM (10 years ago)
Author:
eugene
Message:

list unused parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/relphot/src/plotstuff.c

    r38466 r39420  
    5252
    5353void JpegPlot (Graphdata *graphmode, int N, char *filename) {
     54  OHANA_UNUSED_PARAM(graphmode);
    5455
    5556  if (Xgraph[N] == 0) return;
     
    6061
    6162void PSPlot (Graphdata *graphmode, int N, char *filename) {
     63  OHANA_UNUSED_PARAM(graphmode);
    6264
    6365  if (Xgraph[N] == 0) return;
     
    9395
    9496void PlotVector (int Npts, double *vect, int mode, int N, char *type) {
     97  OHANA_UNUSED_PARAM(mode);
    9598
    9699  float *values;
Note: See TracChangeset for help on using the changeset viewer.