IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2007, 9:58:42 AM (19 years ago)
Author:
eugene
Message:

rationalized kapa block/non-block, fixed comm problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/grid.c

    r13391 r13409  
    194194  graphmode.etype = 0;
    195195  PrepPlotting (N, &graphmode);
    196   PlotVector (N, Xvec.elements);
    197   PlotVector (N, Yvec.elements);
     196  PlotVector (N, Xvec.elements, "x");
     197  PlotVector (N, Yvec.elements, "y");
    198198
    199199  free (Xvec.elements);
Note: See TracChangeset for help on using the changeset viewer.