diff --git a/tests/AIM/fs2000_b1L1L_steadystate.m b/tests/AIM/fs2000_b1L1L_steadystate.m index eea49707ddc95a61186262259fdb0fee376325a3..24b9ebc273a3a5eea4ef472e8cf6bc250c0903a4 100644 --- a/tests/AIM/fs2000_b1L1L_steadystate.m +++ b/tests/AIM/fs2000_b1L1L_steadystate.m @@ -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); diff --git a/tests/steady_state/walsh1_old_ss_steadystate.m b/tests/steady_state/walsh1_old_ss_steadystate.m index 61443ddbb80fa6f4e634c9f8dd057448ce41e5d0..125c652d78019fa1c7ec4e6fcfa67eb3225ab283 100644 --- a/tests/steady_state/walsh1_old_ss_steadystate.m +++ b/tests/steady_state/walsh1_old_ss_steadystate.m @@ -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;