Parent Directory
|
Revision Log
|
Patch
revision 1515 by jpye, Sat Jun 23 14:12:34 2007 UTC | revision 1516 by jpye, Wed Jun 27 15:11:11 2007 UTC | |
---|---|---|
# | Line 58 ASC_DLLSPEC SolverRegisterFn conopt_regi | Line 58 ASC_DLLSPEC SolverRegisterFn conopt_regi |
58 | #define conopt_coimem coimem | #define conopt_coimem coimem |
59 | ||
60 | #ifndef ASC_WITH_CONOPT | #ifndef ASC_WITH_CONOPT |
61 | int conopt_register(SlvFunctionsT *f){ | int conopt_register(void){ |
(void)f; /* stop gcc whine about unused parameter */ | ||
62 | ERROR_REPORTER_HERE(ASC_PROG_ERR,"CONOPT has not been compiled into this copy of ASCEND."); | ERROR_REPORTER_HERE(ASC_PROG_ERR,"CONOPT has not been compiled into this copy of ASCEND."); |
63 | return 1; | return 1; |
64 | } | } |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |