Skip to content
Snippets Groups Projects
Commit ff5891dd authored by ferhat's avatar ferhat
Browse files

restore the mshocks command

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2985 ac1d8469-bf42-47a9-8791-bf33cf982152
parent ac1aec06
Branches
Tags
No related merge requests found
...@@ -152,6 +152,7 @@ int sigma_e = 0; ...@@ -152,6 +152,7 @@ int sigma_e = 0;
<INITIAL>endval {BEGIN DYNARE_BLOCK; return token::ENDVAL;} <INITIAL>endval {BEGIN DYNARE_BLOCK; return token::ENDVAL;}
<INITIAL>histval {BEGIN DYNARE_BLOCK; return token::HISTVAL;} <INITIAL>histval {BEGIN DYNARE_BLOCK; return token::HISTVAL;}
<INITIAL>shocks {BEGIN DYNARE_BLOCK; return token::SHOCKS;} <INITIAL>shocks {BEGIN DYNARE_BLOCK; return token::SHOCKS;}
<INITIAL>mshocks {BEGIN DYNARE_BLOCK; return token::MSHOCKS;}
<INITIAL>estimated_params {BEGIN DYNARE_BLOCK; return token::ESTIMATED_PARAMS;} <INITIAL>estimated_params {BEGIN DYNARE_BLOCK; return token::ESTIMATED_PARAMS;}
/* priors is an alias for estimated_params */ /* priors is an alias for estimated_params */
<INITIAL>priors {BEGIN DYNARE_BLOCK;return token::ESTIMATED_PARAMS;} <INITIAL>priors {BEGIN DYNARE_BLOCK;return token::ESTIMATED_PARAMS;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment