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

    r20859 r20860  
    2222  N = 0;
    2323  NPTS = 200;
    24   ResetVector (Xvec, OPIHI_FLT, NPTS);
    25   ResetVector (Yvec, OPIHI_FLT, NPTS);
     24  ResetVector (&Xvec, OPIHI_FLT, NPTS);
     25  ResetVector (&Yvec, OPIHI_FLT, NPTS);
    2626
    2727  /* starting position */
     
    8686    graphmode.ptype = 100; /* connect pairs of points */
    8787    graphmode.etype = 0;
    88     PlotVectorPair (kapa, Xvec, Yvec, &graphmode);
     88    PlotVectorPair (kapa, &Xvec, &Yvec, &graphmode);
    8989  }
    9090
Note: See TracChangeset for help on using the changeset viewer.