Changeset 13479 for trunk/Ohana/src/opihi/dvo/catalog.c
- Timestamp:
- May 22, 2007, 12:23:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/catalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/catalog.c
r12332 r13479 28 28 int Ngraph; 29 29 30 Ngraph = 0; 31 if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE); 30 if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE); 32 31 33 32 VarConfig ("GSCDIR", "%s", gscdir); … … 392 391 PrepPlotting (N, &graphmode); 393 392 394 PlotVector (N, Xvec.elements );395 PlotVector (N, Yvec.elements );396 PlotVector (N, Zvec.elements );393 PlotVector (N, Xvec.elements, "x"); 394 PlotVector (N, Yvec.elements, "y"); 395 PlotVector (N, Zvec.elements, "z"); 397 396 398 397 free (Xvec.elements);
Note:
See TracChangeset
for help on using the changeset viewer.
