IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2008, 6:24:28 PM (18 years ago)
Author:
eugene
Message:

fixes for interger-type vectors; finish imextract upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/dvo/lcurve.c

    r20860 r20873  
    104104  N = 0;
    105105  NPTS = 100;
    106   ResetVector (&Xvec, OPIHI_FLT, NPTS);
    107   ResetVector (&Yvec, OPIHI_FLT, NPTS);
     106  SetVector (&Xvec, OPIHI_FLT, NPTS);
     107  SetVector (&Yvec, OPIHI_FLT, NPTS);
    108108  dYvec.elements.Flt = NULL;
    109109  if (ErrorBars) {   
    110     ResetVector (&dYvec, OPIHI_FLT, NPTS);
     110    SetVector (&dYvec, OPIHI_FLT, NPTS);
    111111  }
    112112
Note: See TracChangeset for help on using the changeset viewer.