Skip to content
Snippets Groups Projects
Verified Commit 7e770f69 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove workaround for errors in MEX files

Because at some point throwing exceptions from MEX files (with mexErrMsgTxt())
was not working under Windows 64-bit, we had designed a workaround to avoid
using exceptions.

Most MEX files were returning an error code as their first (or sometimes last)
argument, and that code would have to be checked from the MATLAB code.

Since this workaround is no longer needed, this commit removes it. As a
consequence, the interface of many MEX files is modified.

For some background, see https://www.dynare.org/pipermail/dev/2010-September/000895.html
parent 8624b4f0
No related branches found
No related tags found
No related merge requests found
Pipeline #2863 passed
Showing
with 111 additions and 166 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment