IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2018, 11:21:41 AM (8 years ago)
Author:
eugene
Message:

changing from numerical values to named enums for graphdata elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePlotApResid.c

    r36856 r40454  
    153153
    154154    graphdata.color = KapaColorByName ("black");
    155     graphdata.ptype = 2;
     155    graphdata.ptype = KAPA_POINT_CROSS;
    156156    graphdata.size = 0.5;
    157     graphdata.style = 2;
     157    graphdata.style = KAPA_PLOT_POINTS;
    158158    KapaPrepPlot (kapa, n, &graphdata);
    159159    KapaPlotVector (kapa, n, x->data.F32, "x");
Note: See TracChangeset for help on using the changeset viewer.