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

Fix function names

(cherry picked from commit cef35cd3)
parent 5860c61c
Branches
No related tags found
No related merge requests found
% computes the steady state of fs2000 analyticaly
% largely inspired by the program of F. Schorfheide
function [ys,check] = fs2000k_steadystate(ys,exe)
function [ys,check] = fs2000_b1L1L_steadystate(ys,exe)
global M_
alp = M_.params(1);
......
function [ys,check] = wlash1_old_ss_steadystate(ys0,exo)
function [ys,check] = walsh1_old_ss_steadystate(ys0,exo)
global M_
check = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment