Changeset 13479 for trunk/Ohana/src/opihi/dvo/dmt.c
- Timestamp:
- May 22, 2007, 12:23:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dmt.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dmt.c
r12332 r13479 4 4 int dmt (int argc, char **argv) { 5 5 6 int i, m, k, N, Ngraph, SaveVectors;6 int i, m, k, N, kapa, SaveVectors; 7 7 int Nsec, Nsecfilt, NPTS; 8 8 double Radius; … … 38 38 } 39 39 40 Ngraph = 0; 41 if (!GetGraphData (&graphsky, NULL, &Ngraph)) return (FALSE); 40 // XXX this needs to be fixed: how to access different graphs at once? 41 gprint (GP_ERR, "ERROR: this function is currently disabled\n"); 42 return (FALSE); 43 if (!GetGraphData (&graphsky, &kapa, NULL)) return (FALSE); 42 44 if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE); 43 45 … … 142 144 } else { 143 145 graphmode.style = 2; /* set style to points */ 144 PrepPlotting (N, &graphmode); 145 146 PlotVector (N, Xvec.elements); 147 PlotVector (N, Yvec.elements); 146 PlotVector (kapa, N, Xvec.elements, Yvec.elements, &graphmode); 148 147 149 148 free (Xvec.elements);
Note:
See TracChangeset
for help on using the changeset viewer.
