IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2017, 7:41:01 PM (9 years ago)
Author:
eugene
Message:

convert graphdata.style = 2 to the enum name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/cgrid.c

    r34584 r40156  
    276276  /* send the line segments as connect-points */
    277277  Xvec.Nelements = Yvec.Nelements = N;
    278   graphmode.style = 2; /* points */
    279   graphmode.ptype = 100; /* connect a pair */
     278  graphmode.style = KAPA_PLOT_POINTS; /* points */
     279  graphmode.ptype = KAPA_POINT_PAIR_CONNECT; /* connect pairs of points */
    280280  graphmode.etype = 0;
    281281  PlotVectorPair (kapa, &Xvec, &Yvec, NULL, &graphmode);
Note: See TracChangeset for help on using the changeset viewer.