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.astro/czplot.c

    r13391 r13409  
    6161  PrepPlotting (Npts, &graphmode);
    6262
    63   PlotVector (Npts, Xvec.elements);
    64   PlotVector (Npts, Yvec.elements);
    65   PlotVector (Npts, Zvec.elements);
     63  PlotVector (Npts, Xvec.elements, "x");
     64  PlotVector (Npts, Yvec.elements, "y");
     65  PlotVector (Npts, Zvec.elements, "z");
    6666
    6767  free (Xvec.elements);
Note: See TracChangeset for help on using the changeset viewer.