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/imcombine/pmSubtractionVisual.c

    r35768 r40454  
    908908
    909909    graphdata.color = KapaColorByName ("black");
    910     graphdata.ptype = 2;
     910    graphdata.ptype = KAPA_POINT_CROSS;
    911911    graphdata.size = 0.5;
    912     graphdata.style = 2;
     912    graphdata.style = KAPA_PLOT_POINTS;
    913913    graphdata.etype |= 0x01;
    914914
     
    974974
    975975    graphdata.color = KapaColorByName ("black");
    976     graphdata.ptype = 2;
     976    graphdata.ptype = KAPA_POINT_CROSS;
    977977    graphdata.size = 0.5;
    978     graphdata.style = 2;
     978    graphdata.style = KAPA_PLOT_POINTS;
    979979
    980980    KapaPrepPlot   (kapa3, lflx->n, &graphdata);
     
    10011001
    10021002    graphdata.color = KapaColorByName ("black");
    1003     graphdata.ptype = 2;
     1003    graphdata.ptype = KAPA_POINT_CROSS;
    10041004    graphdata.size = 0.5;
    1005     graphdata.style = 2;
     1005    graphdata.style = KAPA_PLOT_POINTS;
    10061006
    10071007    KapaPrepPlot   (kapa3, lflx->n, &graphdata);
     
    10281028
    10291029    graphdata.color = KapaColorByName ("black");
    1030     graphdata.ptype = 2;
     1030    graphdata.ptype = KAPA_POINT_CROSS;
    10311031    graphdata.size = 0.5;
    1032     graphdata.style = 2;
     1032    graphdata.style = KAPA_PLOT_POINTS;
    10331033
    10341034    KapaPrepPlot   (kapa3, lflx->n, &graphdata);
Note: See TracChangeset for help on using the changeset viewer.