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/cmd.data/grid.c

    r20857 r20859  
    2323
    2424  N = 0;
    25   Xvec.Nelements = 200;
    26   Yvec.Nelements = 200;
    27   ALLOCATE (Xvec.elements.Flt, opihi_flt, Xvec.Nelements);
    28   ALLOCATE (Yvec.elements.Flt, opihi_flt, Yvec.Nelements);
     25  ResetVector (Xvec, OPIHI_FLT, 200);
     26  ResetVector (Yvec, OPIHI_FLT, 200);
    2927
    3028  major = minor = 1;
Note: See TracChangeset for help on using the changeset viewer.