IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2008, 11:13:15 AM (18 years ago)
Author:
eugene
Message:

allow functions to use FLT or INT vectors as appropriate; document valid types

File:
1 edited

Legend:

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

    r20857 r20859  
    113113
    114114  npts = NPTS = 200;
    115   ALLOCATE (Xvec.elements.Flt, opihi_flt, NPTS);
    116   ALLOCATE (Yvec.elements.Flt, opihi_flt, NPTS);
     115  ResetVector (Xvec, OPIHI_FLT, NPTS);
     116  ResetVector (Yvec, OPIHI_FLT, NPTS);
     117
    117118  ALLOCATE (plist, int, NPTS);
    118119  n = N = 0;
Note: See TracChangeset for help on using the changeset viewer.