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/dvo/pcat.c

    r13391 r13409  
    8484    graphmode.etype = 0;
    8585    PrepPlotting (Npts, &graphmode);
    86     PlotVector (Npts, Xvec.elements);
    87     PlotVector (Npts, Yvec.elements);
     86    PlotVector (Npts, Xvec.elements, "x");
     87    PlotVector (Npts, Yvec.elements, "y");
    8888  }
    8989
Note: See TracChangeset for help on using the changeset viewer.