IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2008, 2:46:46 PM (18 years ago)
Author:
eugene
Message:

set vectors to use INT or FLT types as needed; cleanup type information in dbStack (use enum)

File:
1 edited

Legend:

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

    r20859 r20860  
    3636 
    3737  /* project this image to screen display coords */
    38   ResetVector (Xvec, OPIHI_FLT, 8);
    39   ResetVector (Yvec, OPIHI_FLT, 8);
     38  ResetVector (&Xvec, OPIHI_FLT, 8);
     39  ResetVector (&Yvec, OPIHI_FLT, 8);
    4040
    4141  while (gfits_fread_header (f, &header)) {
     
    104104      graphmode.ptype = 100; /* connect pairs of points */
    105105      graphmode.etype = 0;
    106       PlotVectorPair (kapa, Xvec, Yvec, &graphmode);
     106      PlotVectorPair (kapa, &Xvec, &Yvec, &graphmode);
    107107    }
    108108  skip:
Note: See TracChangeset for help on using the changeset viewer.