dynare/matlab/partial_information
Sébastien Villemot 7e770f69e7
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
2020-01-10 18:33:11 +01:00
..
PCL_Part_info_irf.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
PCL_Part_info_moments.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
PCL_resol.m Use true/false instead of 1/0 for boolean options 2019-03-19 15:21:16 +01:00
PI_gensys.m Use true/false instead of 1/0 for boolean options 2019-03-19 15:21:16 +01:00
PI_gensys_singularC.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
add_auxiliary_variables_to_steadystate.m Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
disc_riccati_fast.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
disclyap_fast.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dr1_PI.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
qzdiv.m Move qzdiv.m and qzswitch.m to partial_information/ subdir 2018-05-16 17:12:48 +02:00
qzswitch.m Move qzdiv.m and qzswitch.m to partial_information/ subdir 2018-05-16 17:12:48 +02:00