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/dvo/avextract.c

    r20857 r20860  
    11# include "dvoshell.h"
    22
    3 // XXX need to promote values (and dbStack entries) to opihi_flt, but wait until done testing
    43int avextract (int argc, char **argv) {
    54 
     
    7372
    7473  /* create output storage vectors */
    75   ALLOCATE (values, float, Nfields);
     74  ALLOCATE (values, dbValue, Nfields);
    7675  ALLOCATE (vec, Vector *, Nreturn);
    7776  for (i = 0; i < Nreturn; i++) {
Note: See TracChangeset for help on using the changeset viewer.