Commit Graph

18 Commits (7e770f69e791e705ab535126e0157130dc9d40c6)

Author SHA1 Message Date
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
Stéphane Adjemian (Charybdis) 1bf81c9f5a Fixed copyright notices. 2017-05-18 18:36:38 +02:00
Stéphane Adjemian (Charybdis) 5417b27ac7 Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
Stéphane Adjemian (Charybdis) a53636e24e Fixed copyright notices. 2017-05-16 14:11:15 +02:00
Stéphane Adjemian (Scylla) 4359eb6dad Adapted ms sbvar codes (options_.varobs is a row cell array of strings). 2014-06-26 16:07:45 +02:00
Michel Juillard 77fdd3bfda ms-sbvar: corrected bug with final_subperiod default value and
clarified in the manual.
2013-12-13 09:56:11 +01:00
Michel Juillard 1ddd00b502 ms-sbvar: corrected bug in initialization/computation of final
subperiod
2013-12-12 10:02:31 +01:00
Michel Juillard 34db22c3bc ms-sbvar: made option final_year optional is using the entire sample 2012-10-24 14:05:54 +02:00
Houtan Bastani 12af7298ef ms-sbvar: remove unused field removal statements (and set options_.datafile='' in global_initialization) 2012-09-27 15:32:33 +02:00
Houtan Bastani 7764a6a14d MS-SBVAR: normalize comments in headers 2011-10-11 17:10:23 +02:00
Houtan Bastani ee8da2b1c9 MS-SBVAR: add specification option 2011-09-15 18:03:39 -04:00
Houtan Bastani 8747d91d98 MS-SBVAR: fix processing for ms_estimation 2011-09-14 11:53:45 -04:00
Houtan Bastani 9523d81e12 update comments 2011-06-01 11:28:50 +02:00
Houtan Bastani 85ff8a9f79 MS-SBVAR: remove timing from files 2011-05-31 17:14:28 +02:00
Houtan Bastani d7a5bc5654 clean up ms sbvar code 2011-05-31 17:09:39 +02:00
Houtan Bastani e3a3cebff8 set ms-sbvar paths in dynare_config 2011-05-30 17:46:31 +02:00
Michel Juillard 88d58a3cfc MS-SBVAR: adding back restriction_fname 'exclusions' for user defined exclusion identifying restrictions 2011-05-19 09:39:21 +02:00
Houtan Bastani 074b6acb7d SWZ: changes for new code 2011-05-13 17:23:41 +02:00