Bytecode MEX: minor fix to debug mode

mr#2067
Sébastien Villemot 2022-07-20 16:19:46 +02:00
parent e87d643084
commit feb10b75e6
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ Evaluate::compute_block_time(int Per_u_, bool evaluate, bool no_derivative)
int nb_add_input_arguments{fc->get_nb_add_input_arguments()};
call_type = fc->get_call_type();
#ifdef DEBUG
mexPrintf("call_type=%d ExternalFunctionCallTypeWithoutDerivative=%d\n", call_type, ExternalFunctionCallType::withoutDerivative);
mexPrintf("call_type=%d ExternalFunctionCallTypeWithoutDerivative=%d\n", call_type, ExternalFunctionCallType::levelWithoutDerivative);
mexEvalString("drawnow;");
#endif
mxArray **input_arguments;