4.2: fixed bug in k_order_pert.m for order == 1

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3376 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2010-01-25 14:52:48 +00:00
parent ce7af53855
commit f06b4e180a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ order = options.order;
switch(order)
case 1
[g_0, g_1] = k_order_perturbation(dr,0,M,options, oo , ['.' ...
g_1 = k_order_perturbation(dr,0,M,options, oo , ['.' ...
mexext]);
dr.g_1 = g_1;
case 2