Changeset 30208
- Timestamp:
- Jan 7, 2011, 9:57:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/opihi/cmd.data/subset.c
r27491 r30208 34 34 35 35 // ovec matches ivec in type 36 ResetVector (ovec, ivec->type, MAX (tvec[0].Nelements, 1));36 ResetVector (ovec, ivec->type, tvec[0].Nelements); 37 37 38 38 // we have four cases: (ivec == flt or int) and (tvec == flt or int) … … 75 75 76 76 // free up unused memory 77 ResetVector (ovec, ivec->type, MAX (Npts, 1));77 ResetVector (ovec, ivec->type, Npts); 78 78 79 79 DeleteVector (tvec);
Note:
See TracChangeset
for help on using the changeset viewer.
