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

    r20859 r20860  
    2323
    2424  N = 0;
    25   ResetVector (Xvec, OPIHI_FLT, 200);
    26   ResetVector (Yvec, OPIHI_FLT, 200);
     25  ResetVector (&Xvec, OPIHI_FLT, 200);
     26  ResetVector (&Yvec, OPIHI_FLT, 200);
    2727
    2828  major = minor = 1;
     
    191191  graphmode.ptype = 100; /* connect a pair */
    192192  graphmode.etype = 0;
    193   PlotVectorPair (kapa, Xvec, Yvec, &graphmode);
     193  PlotVectorPair (kapa, &Xvec, &Yvec, &graphmode);
    194194
    195195  free (Xvec.elements.Flt);
Note: See TracChangeset for help on using the changeset viewer.