IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/relphot/src/plotstuff.c

    r38466 r39457  
    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.