From 6003028ab55bd73051f2c75f480d649b7038d762 Mon Sep 17 00:00:00 2001 From: adjemian Date: Tue, 18 Oct 2005 13:32:23 +0000 Subject: [PATCH] case bug corrected (p --> P) git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@505 ac1d8469-bf42-47a9-8791-bf33cf982152 --- tests/fs2000/fs2000a.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fs2000/fs2000a.mod b/tests/fs2000/fs2000a.mod index e6bd719ac..f90cf8811 100644 --- a/tests/fs2000/fs2000a.mod +++ b/tests/fs2000/fs2000a.mod @@ -45,7 +45,7 @@ m-1+d = l; e = exp(e_a); y = k(-1)^alp*n^(1-alp)*exp(-alp*(gam+e_a)); gy_obs = dA*y/y(-1); -gp_obs = (p/p(-1))*m(-1)/dA; +gp_obs = (P/P(-1))*m(-1)/dA; Y_obs/Y_obs(-1) = gy_obs; P_obs/P_obs(-1) = gp_obs; end;