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

    r20857 r20860  
    144144      }
    145145      if ((Npts > NCHUNK) || (Nloaded >= 25)) {
    146         KapaPrepPlot (kapa, Npts, graphmode);
     146        KapaPrepPlot (kapa, Npts, &graphmode);
    147147        KapaPlotVector (kapa, Npts, Xvec, "x");
    148148        KapaPlotVector (kapa, Npts, Yvec, "y");
     
    156156  }
    157157  if (Npts > 0) {
    158     KapaPrepPlot (kapa, Npts, graphmode);
     158    KapaPrepPlot (kapa, Npts, &graphmode);
    159159    KapaPlotVector (kapa, Npts, Xvec, "x");
    160160    KapaPlotVector (kapa, Npts, Yvec, "y");
Note: See TracChangeset for help on using the changeset viewer.