From e1f1fd2de3247b1331c9de01134266d97ff3f234 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stepan@adjemian.io>
Date: Thu, 28 Feb 2019 10:22:20 +0100
Subject: [PATCH] Updated header.

We recently added leads on first differences as an auxiliary variable type.

[skip ci]
---
 matlab/isauxiliary.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/matlab/isauxiliary.m b/matlab/isauxiliary.m
index a3788dde09..cae36d209b 100644
--- a/matlab/isauxiliary.m
+++ b/matlab/isauxiliary.m
@@ -24,8 +24,9 @@ function b = isauxiliary(var, type)
 %   -  8,    Variable for Diff operator
 %   -  9,    Lag on Diff
 %   - 10,    Unary operator (log, exp)
+%   - 11,    Lead on Diff
 
-% Copyright (C) 2018 Dynare Team
+% Copyright (C) 2018-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
-- 
GitLab