Changeset 31635 for trunk/Ohana/src/opihi/include/dvomath.h
- Timestamp:
- Jun 16, 2011, 11:18:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvomath.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvomath.h
r20936 r31635 7 7 8 8 # define NCHARS 256 9 # define opihi_flt double10 # define opihi_int int9 // # define opihi_flt double 10 // # define opihi_int int 11 11 // NOTE: if opihi_int is changed to unsigned, all subtraction and negation operations 12 12 // need to result in a float value (or 3 - 5 will yield the unexpected value 2^32 - 2) … … 26 26 enum {ANYVECTOR, NEWVECTOR, OLDVECTOR}; 27 27 enum {ANYBUFFER, NEWBUFFER, OLDBUFFER}; 28 #ifdef NOT_MOVED_TO_LIBDVO 28 29 enum {OPIHI_FLT, OPIHI_INT}; 30 #endif 29 31 30 32 typedef struct { /* representation of a variable (0-D) */ … … 64 66 /* math functions */ 65 67 char *dvomath PROTO((int argc, char **argv, int *size, int maxsize)); 66 char **isolate_elements PROTO((int argc, char **argv, int *nstack)); 68 // MOVED to libohana 69 // char **isolate_elements PROTO((int argc, char **argv, int *nstack)); 67 70 StackVar *convert_to_RPN PROTO((int argc, char **argv, int *nstack)); 68 71 int check_stack PROTO((StackVar *stack, int Nstack, int validsize)); … … 144 147 /* why are these in here? */ 145 148 int gfits_copy_matrix_info (Matrix *matrix1, Matrix *matrix2); 149 #ifndef MOVED_TO_LIBDVO 146 150 int GetTimeFormat PROTO((time_t *TimeReference, int *TimeFormat)); 151 #endif 147 152 148 153 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
