IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2008, 2:46:46 PM (18 years ago)
Author:
eugene
Message:

set vectors to use INT or FLT types as needed; cleanup type information in dbStack (use enum)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/cmd.data/uniq.c

    r20857 r20860  
    1515
    1616  /* allocate the maximum possible needed */
    17   ResetVector (out, ivec->type, ivec->Nelements);
     17  ResetVector (ovec, ivec->type, ivec->Nelements);
    1818
    1919  Nnew = 0;
     
    4848
    4949  // free up extra memory
    50   ResetVector (out, ivec->type, Nnew);
     50  ResetVector (ovec, ivec->type, Nnew);
    5151
    5252  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.