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

    r20857 r20859  
    5353  Rmid = 0.5*(Rmin + Rmax);
    5454
     55  Npts = 0;
    5556  NPTS = 200;
    56   ALLOCATE (Xvec.elements.Flt, opihi_flt, NPTS);
    57   ALLOCATE (Yvec.elements.Flt, opihi_flt, NPTS);
    58   Npts = 0;
     57  ResetVector (&Xvec, OPIHI_FLT, NPTS);
     58  ResetVector (&Yvec, OPIHI_FLT, NPTS);
    5959   
    6060  regions = skylist[0].regions;
Note: See TracChangeset for help on using the changeset viewer.