removed M_ from list of dr1.m outputs. M_ was only modified in dr1.m

by the old code for Ramsey policy.
time-shift
Michel Juillard 2012-01-08 14:17:54 +01:00
parent 63018c63e7
commit 938d95cb11
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
function [dr,info,M_,options_,oo_] = dr1(dr,task,M_,options_,oo_)
function [dr,info,options_,oo_] = dr1(dr,task,M_,options_,oo_)
% function [dr,info,M_,options_,oo_] = dr1(dr,task,M_,options_,oo_)
% computes the reduced form solution of a rational expectation model (first or second order
% approximation of the stochastic model around the deterministic steady state).
@ -7,7 +7,6 @@ function [dr,info,M_,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
%