Changeset 2090
- Timestamp:
- Oct 2, 2014 11:55:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/test/CInterfaceTest.c
r2089 r2090 11 11 #include <stdlib.h> 12 12 #include <string.h> 13 14 #ifndef INFINITY /* workaround for non-C99 compilers */ 15 #define INFINITY (HUGE_VAL * 2) 16 #endif 13 17 14 18
Note: See TracChangeset
for help on using the changeset viewer.