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/lightcurve.c

    r20859 r20860  
    8787  N = 0;
    8888  NPTS = 100;
    89   ResetVector (tvec, OPIHI_FLT, Npts);
    90   ResetVector (mvec, OPIHI_FLT, Npts);
    91   ResetVector (dmvec, OPIHI_FLT, Npts);
     89  ResetVector (tvec, OPIHI_FLT, NPTS);
     90  ResetVector (mvec, OPIHI_FLT, NPTS);
     91  ResetVector (dmvec, OPIHI_FLT, NPTS);
    9292 
    9393  GetTimeFormat (&TimeReference, &TimeFormat);
Note: See TracChangeset for help on using the changeset viewer.