From a20fe9e7666ac23629e751861c8f6f36ad64ebe3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Tue, 27 Sep 2011 16:15:49 +0200
Subject: [PATCH] Update header for AIM files (cherry picked from commit
 20600599453fb8eb728ad88704904db08064d3d6)

---
 matlab/AIM/SPAimerr.m        | 3 ++-
 matlab/AIM/SPAmalg.m         | 3 ++-
 matlab/AIM/SPBuild_a.m       | 3 ++-
 matlab/AIM/SPCopy_w.m        | 3 ++-
 matlab/AIM/SPEigensystem.m   | 3 ++-
 matlab/AIM/SPExact_shift.m   | 3 ++-
 matlab/AIM/SPNumeric_shift.m | 3 ++-
 matlab/AIM/SPObstruct.m      | 3 ++-
 matlab/AIM/SPReduced_form.m  | 3 ++-
 matlab/AIM/SPShiftright.m    | 3 ++-
 10 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/matlab/AIM/SPAimerr.m b/matlab/AIM/SPAimerr.m
index 7b086b10b7..2894a89a78 100644
--- a/matlab/AIM/SPAimerr.m
+++ b/matlab/AIM/SPAimerr.m
@@ -26,7 +26,8 @@ function e = SPAimerr(c);
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
     if(c==1)  e='Aim: unique solution.';
 elseif(c==2)  e='Aim: roots not correctly computed by real_schur.';
diff --git a/matlab/AIM/SPAmalg.m b/matlab/AIM/SPAmalg.m
index 4e6b495238..072c2d72aa 100644
--- a/matlab/AIM/SPAmalg.m
+++ b/matlab/AIM/SPAmalg.m
@@ -51,7 +51,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function [b,rts,ia,nexact,nnumeric,lgroots,aimcode] = ...
                         SPAmalg(h,neq,nlag,nlead,condn,uprbnd)
diff --git a/matlab/AIM/SPBuild_a.m b/matlab/AIM/SPBuild_a.m
index 06747507c4..b2d8d90225 100644
--- a/matlab/AIM/SPBuild_a.m
+++ b/matlab/AIM/SPBuild_a.m
@@ -24,7 +24,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function [a,ia,js] = SPBuild_a(h,qcols,neq)
 
diff --git a/matlab/AIM/SPCopy_w.m b/matlab/AIM/SPCopy_w.m
index 4c752adf85..de39c0ec1b 100644
--- a/matlab/AIM/SPCopy_w.m
+++ b/matlab/AIM/SPCopy_w.m
@@ -24,7 +24,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function  q = SPCopy_w(q,w,js,iq,qrows)
 
diff --git a/matlab/AIM/SPEigensystem.m b/matlab/AIM/SPEigensystem.m
index 350f2b3fdd..7a83c36cce 100644
--- a/matlab/AIM/SPEigensystem.m
+++ b/matlab/AIM/SPEigensystem.m
@@ -26,7 +26,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function [w,rts,lgroots,flag_trouble] = SPEigensystem(a,uprbnd,rowsLeft) 
 opts.disp=0; 
diff --git a/matlab/AIM/SPExact_shift.m b/matlab/AIM/SPExact_shift.m
index 6b39ad82dd..5f3700553a 100644
--- a/matlab/AIM/SPExact_shift.m
+++ b/matlab/AIM/SPExact_shift.m
@@ -23,7 +23,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function [h,q,iq,nexact] = SPExact_shift(h,q,iq,qrows,qcols,neq)
 
diff --git a/matlab/AIM/SPNumeric_shift.m b/matlab/AIM/SPNumeric_shift.m
index 09a745f7c1..38ee857591 100644
--- a/matlab/AIM/SPNumeric_shift.m
+++ b/matlab/AIM/SPNumeric_shift.m
@@ -24,7 +24,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function [h,q,iq,nnumeric] = SPNumeric_shift(h,q,iq,qrows,qcols,neq,condn)
 
diff --git a/matlab/AIM/SPObstruct.m b/matlab/AIM/SPObstruct.m
index 11ec0f2d65..392781081b 100644
--- a/matlab/AIM/SPObstruct.m
+++ b/matlab/AIM/SPObstruct.m
@@ -35,7 +35,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function scof = SPObstruct(cof,cofb,neq,nlag,nlead)
 
diff --git a/matlab/AIM/SPReduced_form.m b/matlab/AIM/SPReduced_form.m
index 81bbfff5ba..d7ddd8a91b 100644
--- a/matlab/AIM/SPReduced_form.m
+++ b/matlab/AIM/SPReduced_form.m
@@ -23,7 +23,8 @@
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 function [nonsing,b] = SPReduced_form(q,qrows,qcols,bcols,neq,condn);
 b=[];
diff --git a/matlab/AIM/SPShiftright.m b/matlab/AIM/SPShiftright.m
index f4ed92765c..8299ce516b 100644
--- a/matlab/AIM/SPShiftright.m
+++ b/matlab/AIM/SPShiftright.m
@@ -26,7 +26,8 @@ function [y] = SPShiftright(x,n)
 % Anderson, G.
 % "A Reliable and Computationally Efficient Algorithm for Imposing the
 % Saddle Point Property in Dynamic Models"
-% Journal of Economic Dynamics and Control, Forthcoming
+% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
+% pages 472-489
 
 [rows,cols] = size(x);
 
-- 
GitLab