Parent Directory
|
Revision Log
|
Patch
revision 1074 by johnpye, Mon Nov 6 04:48:59 2006 UTC | revision 1075 by johnpye, Tue Jan 9 03:15:50 2007 UTC | |
---|---|---|
# | Line 31 | Line 31 |
31 | #include "conopt.h" | #include "conopt.h" |
32 | ||
33 | #ifndef ASC_WITH_CONOPT | #ifndef ASC_WITH_CONOPT |
34 | # error "Shouldn't compile this file unless ASC_WITH_CONOPT set" | #ifdef __GNUC__ |
35 | # warning "Shouldn't compile this file unless ASC_WITH_CONOPT set" | |
36 | #endif | #endif |
37 | #else | |
38 | ||
39 | #ifndef ASC_LINKED_CONOPT | #ifndef ASC_LINKED_CONOPT |
40 | # include <ctype.h> | # include <ctype.h> |
# | Line 320 int COI_CALL asc_conopt_solution( double | Line 322 int COI_CALL asc_conopt_solution( double |
322 | ||
323 | return 0; | return 0; |
324 | } | } |
325 | ||
326 | #endif /* ASC_WITH_CONOPT */ |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |