Changeset 14590 for trunk/Ohana/src/opihi/dvo/dmt.c
- Timestamp:
- Aug 21, 2007, 2:10:20 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
r13479 r14590 4 4 int dmt (int argc, char **argv) { 5 5 6 // XXX this needs to be fixed: how to access different graphs at once? 7 gprint (GP_ERR, "ERROR: this function is currently disabled\n"); 8 return (FALSE); 9 10 # if (0) 11 6 12 int i, m, k, N, kapa, SaveVectors; 7 13 int Nsec, Nsecfilt, NPTS; … … 38 44 } 39 45 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 46 if (!GetGraphData (&graphsky, &kapa, NULL)) return (FALSE); 44 47 if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE); … … 151 154 } 152 155 return (TRUE); 153 156 # endif 154 157 }
Note:
See TracChangeset
for help on using the changeset viewer.
