Changeset 13479 for trunk/Ohana/src/opihi/dvo/showtile.c
- Timestamp:
- May 22, 2007, 12:23:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/showtile.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/showtile.c
r7917 r13479 5 5 int showtile (int argc, char **argv) { 6 6 7 int Nd, N, NPTS, Ngraph, status, i, InPic;7 int kapa, Nd, N, NPTS, status, i, InPic; 8 8 Graphdata graphmode; 9 9 Coords coords; … … 13 13 14 14 /* show tile pattern in viewed region */ 15 16 Ngraph = 0; 17 if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE); 15 if (!GetGraph (&graphmode, &kapa, NULL)) return (FALSE); 18 16 19 17 if (argc != 1) { … … 88 86 graphmode.ptype = 100; /* connect pairs of points */ 89 87 graphmode.etype = 0; 90 PrepPlotting (N, &graphmode); 91 PlotVector (N, Xvec.elements); 92 PlotVector (N, Yvec.elements); 88 PlotVectorPair (kapa, N, Xvec.elements, Yvec.elements, &graphmode); 93 89 } 94 90
Note:
See TracChangeset
for help on using the changeset viewer.
