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

    r20857 r20859  
    3636 
    3737  /* project this image to screen display coords */
    38   ALLOCATE (Xvec.elements.Flt, opihi_flt, 8);
    39   ALLOCATE (Yvec.elements.Flt, opihi_flt, 8);
     38  ResetVector (Xvec, OPIHI_FLT, 8);
     39  ResetVector (Yvec, OPIHI_FLT, 8);
    4040
    4141  while (gfits_fread_header (f, &header)) {
Note: See TracChangeset for help on using the changeset viewer.