IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36469


Ignore:
Timestamp:
Feb 1, 2014, 6:06:06 AM (12 years ago)
Author:
eugene
Message:

need to cast vectors to float a bit earlier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.data/vgauss.c

    r35109 r36469  
    4848  if ((ovec = SelectVector (argv[4], ANYVECTOR, TRUE)) == NULL) return (FALSE);
    4949
     50  CastVector (xvec, OPIHI_FLT);
     51  CastVector (yvec, OPIHI_FLT);
     52
    5053  int Nsvec = strlen(argv[3]);
    5154
     
    6972  }
    7073
    71   CastVector (xvec, OPIHI_FLT);
    72   CastVector (yvec, OPIHI_FLT);
    7374  CastVector (svec, OPIHI_FLT);
    7475  // XXX Cast is failing.
Note: See TracChangeset for help on using the changeset viewer.