IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2008, 8:45:10 AM (18 years ago)
Author:
eugene
Message:

enable INT as well as FLT vector and scalar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/mana/starcontour.c

    r20839 r20856  
    2222  N = 0;
    2323  Npts = 100;
    24   REALLOCATE (vecx[0].elements.Flt, opihi_flt, MAX (Npts, 1));
    25   REALLOCATE (vecy[0].elements.Flt, opihi_flt, MAX (Npts, 1));
     24  ResetVector (vecx, OPIHI_FLT, MAX (Npts, 1));
     25  ResetVector (vecy, OPIHI_FLT, MAX (Npts, 1));
    2626
    2727  Nx = buf[0].matrix.Naxis[0];
Note: See TracChangeset for help on using the changeset viewer.