Index: Common.h =================================================================== diff -u -r193839467da470a839ec2f2a3a04d7ed1a2ad837 -r809c0c6b8ccdf20bb778dfbd54941b0057ef60cc --- Common.h (.../Common.h) (revision 193839467da470a839ec2f2a3a04d7ed1a2ad837) +++ Common.h (.../Common.h) (revision 809c0c6b8ccdf20bb778dfbd54941b0057ef60cc) @@ -86,7 +86,7 @@ // **** Common Definitions **** #define NEARLY_INFINITY 1.0E20 ///< Value that is nearly infinity. -#define NEARLY_ZERO 0.00000001 ///< Value that is nearly zero. Used for floating point zero comparisons (e.g. divide by zero checks) +#define NEARLY_ZERO 0.00000001F ///< Value that is nearly zero. Used for floating point zero comparisons (e.g. divide by zero checks) #define HEX_64_K 0x10000 ///< 64K (65536 in decimal) #define HEX_32_BIT_FULL_SCALE 0xFFFFFFFF ///< 32-bit full scale value #define MASK_OFF_MSB 0x00FF ///< Bits to mask off the most significant byte of a 2-byte word