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

    r20857 r20860  
    229229        }
    230230        if ((Npts > NCHUNK) || (Nloaded >= 25)) {
    231           KapaPrepPlot (kapa, Npts, graphmode);
     231          KapaPrepPlot (kapa, Npts, &graphmode);
    232232          KapaPlotVector (kapa, Npts, Xvec, "x");
    233233          KapaPlotVector (kapa, Npts, Yvec, "y");
     
    242242  }
    243243  if (Npts > 0) {
    244     KapaPrepPlot (kapa, Npts, graphmode);
     244    KapaPrepPlot (kapa, Npts, &graphmode);
    245245    KapaPlotVector (kapa, Npts, Xvec, "x");
    246246    KapaPlotVector (kapa, Npts, Yvec, "y");
Note: See TracChangeset for help on using the changeset viewer.