/[xforms]/xforms/image/image_fits.c
ViewVC logotype

Diff of /xforms/image/image_fits.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.4 by leeming, Thu Apr 24 14:05:39 2003 UTC
# Line 42  Line 42 
42  #include "ulib.h"  #include "ulib.h"
43  #include <stdlib.h>  #include <stdlib.h>
44  #include <string.h>  #include <string.h>
 #include <math.h>  
45  #if 0  #if 0
46  #include "extern.h"  #include "extern.h"
47  #endif  #endif
# Line 123  typedef struct Line 122  typedef struct
122  SPEC;  SPEC;
123    
124  #define bad_hdu(h)  (!h->simple || (h->ndim == 0 && !h->xtname[0]))  #define bad_hdu(h)  (!h->simple || (h->ndim == 0 && !h->xtname[0]))
125  #define Bad_bpp(p)  (p != 8 && p != 16 && fabs(p) != 32 && p != -64)  #define Bad_bpp(p)  (p != 8 && p != 16 && abs(p) != 32 && p != -64)
126  #define bad_dim(h)  (h->ndim<0 || (h->ndim>MAXDIM && h->dim[MAXDIM-1]!=1))  #define bad_dim(h)  (h->ndim<0 || (h->ndim>MAXDIM && h->dim[MAXDIM-1]!=1))
127    
128  static void  static void

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26