IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2005, 4:48:19 PM (21 years ago)
Author:
eugene
Message:

adding PhotPars and PhotParsOld to autocode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/common.h

    r3517 r3536  
    3131# endif
    3232
     33# define e_time unsigned int
     34
     35/*** this file uses data types which must have fixed sizes regardless
     36     of the platform.  It originally used the basic C primitives:
     37       float, double, int, short int, unsigned long int, etc.
     38     this breaks under 64 bit (and probably on other systems).
     39     I should define internal data types which should be set by the
     40     use of # define statements if needed.  I will cheat for now and use
     41     the time_t to replace unsigned long int in this file
     42***/
     43
Note: See TracChangeset for help on using the changeset viewer.