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

    r13391 r13409  
    391391    PrepPlotting (N, &graphmode);
    392392   
    393     PlotVector (N, Xvec.elements);
    394     PlotVector (N, Yvec.elements);
    395     PlotVector (N, Zvec.elements);
     393    PlotVector (N, Xvec.elements, "x");
     394    PlotVector (N, Yvec.elements, "y");
     395    PlotVector (N, Zvec.elements, "z");
    396396   
    397397    free (Xvec.elements);
Note: See TracChangeset for help on using the changeset viewer.