- Timestamp:
- Nov 30, 2008, 2:46:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/dvo/avextract.c
r20857 r20860 1 1 # include "dvoshell.h" 2 2 3 // XXX need to promote values (and dbStack entries) to opihi_flt, but wait until done testing4 3 int avextract (int argc, char **argv) { 5 4 … … 73 72 74 73 /* create output storage vectors */ 75 ALLOCATE (values, float, Nfields);74 ALLOCATE (values, dbValue, Nfields); 76 75 ALLOCATE (vec, Vector *, Nreturn); 77 76 for (i = 0; i < Nreturn; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
