Go to file
Sébastien Villemot 76d5d441ea Change the syntax for values of deterministic shocks:
Arbirtrary expressions after the "values" keywords must now be enclosed
within parentheses; consider the following example:
<code>
periods 1:2;
values -1 -2;
</code>

In the previous syntax, this was interpreted by the preprocessor as a shock of
value -1-2 = -3 for periods 1 and 2, which is clearly not the intent of the
user; with the new syntax, this will be rejected (too many values compared to
the number of ranges).

Also note that now commas are no longer required between arbitrary expressions,
since the parentheses are sufficient for separating them.
2010-11-24 18:26:43 +01:00
doc Change the syntax for values of deterministic shocks: 2010-11-24 18:26:43 +01:00
dynare++ Make sure "min" and "max" macros are never defined under Windows, this can create conflicts with "std::min" and "std::max" 2010-10-29 12:01:47 +02:00
examples Added an example for automatic detrending 2010-10-18 16:46:08 +02:00
m4 Fix underscoring problems with Fortran code 2010-11-22 12:22:22 +01:00
matlab Put back M_.maximum_lag. 2010-11-19 16:30:55 +01:00
mex Kalman steady state DLL: minor fixes 2010-11-22 12:22:45 +01:00
preprocessor Change the syntax for values of deterministic shocks: 2010-11-24 18:26:43 +01:00
tests Added mex file for computing the fixed point of the riccati equation in the kalman filter. 2010-11-19 14:39:54 +01:00
windows Add parallel PDF to Windows package 2010-10-29 13:23:06 +02:00
.gitignore Build system: new configure option "--enable-org-export" for compiling Org files 2010-11-15 12:43:55 +01:00
Makefile.am mexopts.bat for Windows: 2010-09-28 16:46:53 +02:00
configure.ac Build system: new configure option "--enable-org-export" for compiling Org files 2010-11-15 12:43:55 +01:00
dynare.el Fixed typo in copyright notice of Dynare Emacs mode 2010-11-18 10:47:39 +01:00
license.txt Added entry for slicot in license file 2010-11-18 10:48:12 +01:00
uncrustify.cfg Updated uncrustify config 2009-12-16 17:18:58 +00:00