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/procks.c

    r13391 r13409  
    115115  PrepPlotting (N, &graphmode);
    116116 
    117   PlotVector (N, Xvec.elements);
    118   PlotVector (N, Yvec.elements);
     117  PlotVector (N, Xvec.elements, "x");
     118  PlotVector (N, Yvec.elements, "y");
    119119
    120120  /* now plot vectors between two extrema */
     
    148148  PrepPlotting (N, &graphmode);
    149149 
    150   PlotVector (N, Xvec.elements);
    151   PlotVector (N, Yvec.elements);
     150  PlotVector (N, Xvec.elements, "x");
     151  PlotVector (N, Yvec.elements, "y");
    152152
    153153  free (Xvec.elements);
Note: See TracChangeset for help on using the changeset viewer.