Skip to content
Snippets Groups Projects
Commit 6f93b188 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix bug in histval with exogenous variables in a stochastic setup

parent 9c6d65bc
Branches
Tags
No related merge requests found
/* /*
* Copyright (C) 2003-2010 Dynare Team * Copyright (C) 2003-2011 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -202,7 +202,7 @@ HistValStatement::writeOutput(ostream &output, const string &basename) const ...@@ -202,7 +202,7 @@ HistValStatement::writeOutput(ostream &output, const string &basename) const
// This function call must remain the 1st statement in this block // This function call must remain the 1st statement in this block
symb_id = symbol_table.searchAuxiliaryVars(symb_id, lag); symb_id = symbol_table.searchAuxiliaryVars(symb_id, lag);
lag = 0; lag = 0;
type == eEndogenous; type = eEndogenous;
} }
catch (SymbolTable::SearchFailedException &e) catch (SymbolTable::SearchFailedException &e)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment