dynare/matlab/ep
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
..
ep_accuracy_check.m addind ep accuracy check 2016-07-03 10:56:44 +02:00
ep_notes.org Moved IntegrationAgorithm under options_.ep.stochastic 2019-04-18 18:03:57 +02:00
ep_problem_2.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
euler_equation_error.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
extended_path.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
extended_path_core.m Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
extended_path_homotopy.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
extended_path_initialization.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
extended_path_mc.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
extended_path_shocks.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
get_block_world_nbr.m extended_path: adding missing files 2014-05-18 21:49:52 +02:00
setup_integration_nodes.m Moved IntegrationAgorithm under options_.ep.stochastic 2019-04-18 18:03:57 +02:00
setup_stochastic_perfect_foresight_model_solver.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
solve_stochastic_perfect_foresight_model.m Cosmetic changes. 2019-11-18 21:48:52 +01:00
solve_stochastic_perfect_foresight_model_1.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00