header correction

time-shift
Michel Juillard 2012-01-08 14:18:51 +01:00
parent 938d95cb11
commit eb0f26239d
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ function [dr,info,options_,oo_] = dr1(dr,task,M_,options_,oo_)
% dr [matlab structure] Decision rules for stochastic simulations.
% task [integer] if task = 0 then dr1 computes decision rules.
% if task = 1 then dr1 computes eigenvalues.
% M_ [matlab structure] Definition of the model.
% options_ [matlab structure] Global options.
% oo_ [matlab structure] Results
%
@ -20,7 +21,6 @@ function [dr,info,options_,oo_] = dr1(dr,task,M_,options_,oo_)
% indeterminacy.
% info=5: BK rank condition not satisfied.
% info=6: The jacobian matrix evaluated at the steady state is complex.
% M_ [matlab structure]
% options_ [matlab structure]
% oo_ [matlab structure]
%