Skip to content
Snippets Groups Projects
Commit 8c469213 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unnecessary semicolon

parent ee783a1f
Branches
Tags
No related merge requests found
function [endogenousvariables, info] = solve_stacked_problem(endogenousvariables, exogenousvariables, steadystate, M, options); function [endogenousvariables, info] = solve_stacked_problem(endogenousvariables, exogenousvariables, steadystate, M, options)
% [endogenousvariables, info] = solve_stacked_problem(endogenousvariables, exogenousvariables, steadystate, M, options); % [endogenousvariables, info] = solve_stacked_problem(endogenousvariables, exogenousvariables, steadystate, M, options);
% Solves the perfect foresight model using dynare_solve % Solves the perfect foresight model using dynare_solve
% %
...@@ -13,7 +13,7 @@ function [endogenousvariables, info] = solve_stacked_problem(endogenousvariables ...@@ -13,7 +13,7 @@ function [endogenousvariables, info] = solve_stacked_problem(endogenousvariables
% - endogenousvariables [double] N*T array, paths for the endogenous variables (solution of the perfect foresight model). % - endogenousvariables [double] N*T array, paths for the endogenous variables (solution of the perfect foresight model).
% - info [struct] contains informations about the results. % - info [struct] contains informations about the results.
% Copyright (C) 2015-16 Dynare Team % Copyright (C) 2015-17 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment