From 2d778769476dbb5fcbdfa8c3c2023f439343e03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Wed, 13 Jun 2012 11:09:27 +0200 Subject: [PATCH] Fix function names (cherry picked from commit cef35cd393e3d67d848e03ad1ada62419957245f) --- tests/AIM/fs2000_b1L1L_steadystate.m | 2 +- tests/steady_state/walsh1_old_ss_steadystate.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/AIM/fs2000_b1L1L_steadystate.m b/tests/AIM/fs2000_b1L1L_steadystate.m index eea49707d..24b9ebc27 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 61443ddbb..125c652d7 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; -- GitLab