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

    r3517 r3536  
    66# define LONEOS    0
    77# define PANSTARRS 0
    8 
    9 /*** this file uses data types which must have fixed sizes regardless
    10      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 the
    14      use of # define statements if needed.  I will cheat for now and use
    15      the time_t to replace unsigned long int in this file
    16 ***/
    17 
    18 # define e_time unsigned int
    198
    209/* image data modes in RegImage */
     
    132121void coords_precess (double *ra, double *dec, double in_epoch, double out_epoch);
    133122
     123# include <autocode.h>
     124
    134125# if (LONEOS)
    135126# include <loneos.h>
     
    144135# endif
    145136
    146 # include <autocode.h>
    147 
    148137/* these functions refer to the DVO structures define in the includes above */
    149138int   Fread (void *ptr, int size, int nitems, FILE *f, char *type);
Note: See TracChangeset for help on using the changeset viewer.