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

    r13391 r13409  
    145145    PrepPlotting (N, &graphmode);
    146146   
    147     PlotVector (N, Xvec.elements);
    148     PlotVector (N, Yvec.elements);
     147    PlotVector (N, Xvec.elements, "x");
     148    PlotVector (N, Yvec.elements, "y");
    149149
    150150    free (Xvec.elements);
Note: See TracChangeset for help on using the changeset viewer.