Fix header of sim1a.m

time-shift
Sébastien Villemot 2012-06-04 12:07:30 +02:00
parent 25b6638522
commit bda8dd9505
1 changed files with 6 additions and 8 deletions

View File

@ -1,21 +1,19 @@
function sim1
% function sim1
% performs deterministic simulations with lead or lag on one period
function sim1a
% function sim1a
% Performs deterministic simulations with lead or lag on one period
% Alternative algorithm to the one implemented in sim1
%
% INPUTS
% ...
% OUTPUTS
% ...
% ALGORITHM
% Laffargue, Boucekkine, Juillard (LBJ)
% see Juillard (1996) Dynare: A program for the resolution and
% simulation of dynamic models with forward variables through the use
% of a relaxation algorithm. CEPREMAP. Couverture Orange. 9602.
% ...
%
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 1996-2010 Dynare Team
% Copyright (C) 1996-2012 Dynare Team
%
% This file is part of Dynare.
%