header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1664 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-29 13:34:02 +00:00
parent 5fce0ba5e7
commit df1b0fc5fd
1 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,20 @@
% Copyright (C) 2001 Michel Juillard
%
function y=ff1_(x)
% function y=ff1_(x)
% splits the input argument x into endogenous and exogenous variables and calls the 'static' function
%
% INPUTS
% x: argument splitted between endogenous and exogenous
%
% OUTPUTS
% y: 'static' function residuals
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2001-2008)
% Gnu Public License.
global it_ M_ oo_
n1 = size(x,1) - M_.exo_nbr;