File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -723,11 +723,11 @@ static int COI_CALLCONV FDEval(
723723
724724/** CONOPT callback to pass some of the options (not supported via COIDEF_* functions) to CONOPT */
725725static int COI_CALLCONV Option (
726- int NCALL , /** number of callback call (provided by CONOPT) */
727- double * RVAL , /** pointer to set the value of a real option */
728- int * IVAL , /** pointer to set the value of an integer option */
729- int * LVAL , /** pointer to set the value of a binary option */
730- char * NAME , /** pointer to set the name of the option */
726+ int NCALL , /**< number of callback call (provided by CONOPT) */
727+ double * RVAL , /**< pointer to set the value of a real option */
728+ int * IVAL , /**< pointer to set the value of an integer option */
729+ int * LVAL , /**< pointer to set the value of a binary option */
730+ char * NAME , /**< pointer to set the name of the option */
731731 void * USRMEM /**< user memory pointer (i.e. pointer to SCIP_NLPIPROBLEM) */
732732 )
733733{
You can’t perform that action at this time.
0 commit comments