- Timestamp:
- Nov 30, 2008, 11:13:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/dvo/imdata.c
r20839 r20859 49 49 50 50 gprint (GP_ERR, "function is poorly defined; disabled and may be removed\n"); 51 gprint (GP_ERR, "this function extracts measure data corresponding to a given image?\n"); 51 52 return (FALSE); 52 53 … … 124 125 125 126 /* create output vector */ 127 N = 0; 126 128 NPTS = 1000; 127 REALLOCATE (vec[0].elements.Flt, opihi_flt, NPTS); 128 vec[0].Nelements = N = 0; 129 ResetVector (vec, OPIHI_FLT, NPTS); 129 130 130 131 // prepare to handle interrupt signals
Note:
See TracChangeset
for help on using the changeset viewer.
