IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2008, 6:24:28 PM (18 years ago)
Author:
eugene
Message:

fixes for interger-type vectors; finish imextract upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/dvo/images.c

    r20860 r20873  
    113113
    114114  npts = NPTS = 200;
    115   ResetVector (&Xvec, OPIHI_FLT, NPTS);
    116   ResetVector (&Yvec, OPIHI_FLT, NPTS);
     115  SetVector (&Xvec, OPIHI_FLT, NPTS);
     116  SetVector (&Yvec, OPIHI_FLT, NPTS);
    117117
    118118  ALLOCATE (plist, int, NPTS);
     
    276276
    277277  gprint (GP_ERR, "plotting %d images\n", n);
    278   Xvec.Nelements = Xvec.Nelements = N;
     278  Xvec.Nelements = Yvec.Nelements = N;
    279279  if (N > 0) {
    280280    graphmode.style = 2; /* points */
Note: See TracChangeset for help on using the changeset viewer.