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/include/dvomath.h

    r20860 r20873  
    88# define NCHARS 256
    99# define opihi_flt double
    10 # define opihi_int unsigned int
     10# define opihi_int int
     11// NOTE: if opihi_int is changed to unsigned, all subtraction and negation operations
     12// need to result in a float value (or 3 - 5 will yield the unexpected value 2^32 - 2)
    1113
    1214# define REQUIRE_VECTOR_FLT(VECT,RVAL) { \
     
    110112int           CopyVector            PROTO((Vector *out, Vector *in));
    111113int           ResetVector           PROTO((Vector *vec, char type, int Nelements));
     114int           SetVector             PROTO((Vector *vec, char type, int Nelements));
    112115int           CastVector            PROTO((Vector *vec, char type));
    113116int           MatchVector           PROTO((Vector *out, Vector *in, char type));
Note: See TracChangeset for help on using the changeset viewer.