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/cmd.astro/czplot.c

    r20860 r20873  
    3838    return (FALSE);
    3939  }
    40   ResetVector (&Xvec, OPIHI_FLT, xvec[0].Nelements);
    41   ResetVector (&Yvec, OPIHI_FLT, xvec[0].Nelements);
    42   ResetVector (&Zvec, OPIHI_FLT, xvec[0].Nelements);
     40  SetVector (&Xvec, OPIHI_FLT, xvec[0].Nelements);
     41  SetVector (&Yvec, OPIHI_FLT, xvec[0].Nelements);
     42  SetVector (&Zvec, OPIHI_FLT, xvec[0].Nelements);
    4343 
    4444  r   = xvec[0].elements.Flt;
Note: See TracChangeset for help on using the changeset viewer.