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

Fix function names

parent 83623723
Branches
Tags
No related merge requests found
% computes the steady state of fs2000 analyticaly % computes the steady state of fs2000 analyticaly
% largely inspired by the program of F. Schorfheide % 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_ global M_
alp = M_.params(1); alp = M_.params(1);
......
function [ys,check] = wlash1_old_ss_steadystate(ys0,exo) function [ys,check] = walsh1_old_ss_steadystate(ys0,exo)
global M_ global M_
check = 0; check = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment