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

    r20859 r20860  
    3232  N = 0;
    3333  NPTS = 200;
    34   ResetVector (Xvec, OPIHI_FLT, Npts);
    35   ResetVector (Yvec, OPIHI_FLT, Npts);
     34  ResetVector (&Xvec, OPIHI_FLT, NPTS);
     35  ResetVector (&Yvec, OPIHI_FLT, NPTS);
    3636
    3737  for (i = 0; i < Nimage; i++) {
     
    6464    graphmode.style = 2; /* points */
    6565    graphmode.etype = 0;
    66     PlotVectorPair (kapa, Xvec, Yvec, &graphmode);
     66    PlotVectorPair (kapa, &Xvec, &Yvec, &graphmode);
    6767  }
    6868
Note: See TracChangeset for help on using the changeset viewer.