Cosmetic change for Junior.

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2001 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2008-08-25 21:09:49 +00:00
parent 26038a6df7
commit 469eb87f40
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ else
dxtest=x0+dx*lambda; dxtest=x0+dx*lambda;
end end
% home % home
f = eval([fcn '(dxtest,varargin{:})']); f = feval(fcn,dxtest,varargin{:});
%ARGLIST %ARGLIST
%f = feval(fcn,dxtest,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13); %f = feval(fcn,dxtest,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13);
% f = feval(fcn,x0+dx*lambda,P1,P2,P3,P4,P5,P6,P7,P8); % f = feval(fcn,x0+dx*lambda,P1,P2,P3,P4,P5,P6,P7,P8);