Skip to content
Snippets Groups Projects
Commit da0d2ab8 authored by MichelJuillard's avatar MichelJuillard
Browse files

fixing problems for computing steady state in ramsey policy

parent 8dde155e
Branches
Tags
No related merge requests found
......@@ -116,8 +116,7 @@ SteadyStateModel::writeSteadyStateFile(const string &basename, bool ramsey_polic
output << "function [ys_, params, info] = " << basename << "_steadystate2("
<< "ys_, exo_, params)" << endl
<< "% Steady state generated by Dynare preprocessor" << endl
<< " info = 0;" << endl
<< " ys_ = zeros(" << symbol_table.endo_nbr() << ",1);" << endl;
<< " info = 0;" << endl;
for (size_t i = 0; i < recursive_order.size(); i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment