IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2006, 9:08:48 AM (20 years ago)
Author:
eugene
Message:

allowing elixir fits and cfitsio to co-compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r6674 r7039  
    2323# define OHANA_H
    2424
     25# ifndef TRUE
    2526# define TRUE (1)
     27# endif
     28
     29# ifndef FALSE
    2630# define FALSE (0)
     31# endif
     32
    2733# define SIGN(X)  (((X) == 0) ? 0 : ((fabs((double)(X))) / (X)))
    2834# define ROUND(X) ((int) ((X) + 0.5*SIGN(X)))
Note: See TracChangeset for help on using the changeset viewer.