Changeset 13391 for branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/dmt.c
- Timestamp:
- May 15, 2007, 3:25:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/dmt.c
r12332 r13391 4 4 int dmt (int argc, char **argv) { 5 5 6 int i, m, k, N, Ngraph,SaveVectors;6 int i, m, k, N, 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 if (!GetGraphData (&graphsky, NULL, NULL)) return (FALSE); 42 43 if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE); 43 44
Note:
See TracChangeset
for help on using the changeset viewer.
