Fix function names

time-shift
Sébastien Villemot 2012-06-13 11:09:27 +02:00
parent 83623723d9
commit cef35cd393
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
% 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);

View File

@ -1,4 +1,4 @@
function [ys,check] = wlash1_old_ss_steadystate(ys0,exo)
function [ys,check] = walsh1_old_ss_steadystate(ys0,exo)
global M_
check = 0;