IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2008, 4:51:39 PM (18 years ago)
Author:
eugene
Message:

convert opihi vectors to double type, add option for int type as well

File:
1 edited

Legend:

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

    r7917 r20839  
    44 
    55  int i, N, VERBOSE;
    6   float *X, *Y;
     6  opihi_flt *X, *Y;
    77  double start, end, value, range;
    88  Vector *vecx, *vecy;
     
    2525  end   = atof (argv[4]);
    2626
    27   X = vecx[0].elements;
    28   Y = vecy[0].elements;
     27  X = vecx[0].elements.Flt;
     28  Y = vecy[0].elements.Flt;
    2929
    3030  value = 0;
Note: See TracChangeset for help on using the changeset viewer.