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/cmd.data/interpolate.c

    r20857 r20860  
    2121  if ((yout = SelectVector (argv[4],  ANYVECTOR, TRUE)) == NULL) return (FALSE);
    2222
    23   REQUIRE_VECTOR_FLT (in, FALSE);
    24   REQUIRE_VECTOR_FLT (xv, FALSE);
    25   REQUIRE_VECTOR_FLT (yv, FALSE);
     23  REQUIRE_VECTOR_FLT (xin, FALSE);
     24  REQUIRE_VECTOR_FLT (yin, FALSE);
     25  REQUIRE_VECTOR_FLT (xout, FALSE);
    2626  ResetVector (yout, OPIHI_FLT, xout[0].Nelements);
    2727
Note: See TracChangeset for help on using the changeset viewer.