From 3ac55e60857589e07bfa57b3ff914b3b5e4afba0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Mon, 5 Sep 2011 15:11:38 +0200
Subject: [PATCH] Fix typo in header (cherry picked from commit
 555c519474919db8e41c1251eddd5365190625c1)

---
 matlab/th_autocovariances.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/th_autocovariances.m b/matlab/th_autocovariances.m
index c91d71928..9b1774420 100644
--- a/matlab/th_autocovariances.m
+++ b/matlab/th_autocovariances.m
@@ -15,7 +15,7 @@ function [Gamma_y,stationary_vars] = th_autocovariances(dr,ivar,M_,options_,node
 %   Gamma_y           [cell]         Matlab cell of nar+3 (second order approximation) or nar+2 (first order approximation) arrays, 
 %                                    where nar is the order of the autocorrelation function.
 %                                      Gamma_y{1}       [double]  Covariance matrix.
-%                                      Gamma_y{i}       [double]  Autocorrelation function (for i=1,...,options_.nar).
+%                                      Gamma_y{i+1}     [double]  Autocorrelation function (for i=1,...,options_.nar).
 %                                      Gamma_y{nar+2}   [double]  Variance decomposition.  
 %                                      Gamma_y{nar+3}   [double]  Expectation of the endogenous variables associated with a second 
 %                                                                 order approximation.    
-- 
GitLab