IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2011, 6:45:51 PM (15 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/uniphot/include/uniphot.h

    r31160 r31657  
    8383  int style, ptype, ltype, etype, color;
    8484  double lweight, size;
    85 } Graphdata;
     85} UPGraphdata;
    8686
    8787/***** prototypes ****/
    8888void          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));
     89void          DonePlotting        PROTO((UPGraphdata *graphmode, int N));
     90void          JpegPlot            PROTO((UPGraphdata *graphmode, int N, char *filename));
     91void          PSPlot              PROTO((UPGraphdata *graphmode, int N, char *filename));
    9292void          PlotLabel           PROTO((char *string, int N));
    9393void          PlotVector          PROTO((int Npts, double *vect, int mode, int N));
    94 void          PrepPlotting        PROTO((int Npts, Graphdata *graphmode, int N));
     94void          PrepPlotting        PROTO((int Npts, UPGraphdata *graphmode, int N));
    9595void          XDead               PROTO((void));
    9696int           args_uniphot        PROTO((int argc, char **argv));
Note: See TracChangeset for help on using the changeset viewer.