Changeset 3536 for trunk/Ohana/src/libohana/include/dvo.h
- Timestamp:
- Mar 28, 2005, 4:48:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/dvo.h
r3517 r3536 6 6 # define LONEOS 0 7 7 # define PANSTARRS 0 8 9 /*** this file uses data types which must have fixed sizes regardless10 of the platform. It originally used the basic C primitives:11 float, double, int, short int, unsigned long int, etc.12 this breaks under 64 bit (and probably on other systems).13 I should define internal data types which should be set by the14 use of # define statements if needed. I will cheat for now and use15 the time_t to replace unsigned long int in this file16 ***/17 18 # define e_time unsigned int19 8 20 9 /* image data modes in RegImage */ … … 132 121 void coords_precess (double *ra, double *dec, double in_epoch, double out_epoch); 133 122 123 # include <autocode.h> 124 134 125 # if (LONEOS) 135 126 # include <loneos.h> … … 144 135 # endif 145 136 146 # include <autocode.h>147 148 137 /* these functions refer to the DVO structures define in the includes above */ 149 138 int Fread (void *ptr, int size, int nitems, FILE *f, char *type);
Note:
See TracChangeset
for help on using the changeset viewer.
