Changeset 7100 for trunk/gsdl


Ignore:
Timestamp:
2004-03-22T10:49:18+12:00 (20 years ago)
Author:
davidb
Message:

Tweak to IsisTypes.h so double_t in global namespace is same
as Isis namespace (it isn't redefined if already in math.h)

`CVS: ----------------------------------------------------------------------

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/isis-gdl/IsisTypes.h

    r6189 r7100  
    7676typedef short           int16_t;   // short word (2 bytes)
    7777typedef unsigned short  uint16_t;  // Unsigned short word (2 bytes)
    78 typedef double          double_t;  // Double precision floating point (8 bytes)
     78#ifndef __USE_ISOC99 // gnu lic math.h has a double_t
     79typedef double     double_t;  // Double precision floating point (8 bytes) // ****
     80#endif
    7981
    8082typedef uint32_t        xrf_page_no_t;
Note: See TracChangeset for help on using the changeset viewer.