- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/cmd.data/reindex.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/cmd.data/reindex.c
r30610 r34041 22 22 23 23 // ovec matches ivec in type and xvec in size (xvec need not have all ivec elements, and may have duplicates 24 ResetVector (ovec, ivec->type, MAX (xvec[0].Nelements, 1));24 ResetVector (ovec, ivec->type, xvec[0].Nelements); 25 25 26 26 Nmax = ivec[0].Nelements - 1; … … 51 51 52 52 // free up unused memory 53 ResetVector (ovec, ivec->type, MAX (Npts, 1));53 ResetVector (ovec, ivec->type, Npts); 54 54 return (TRUE); 55 55
Note:
See TracChangeset
for help on using the changeset viewer.
