From 08b9d1c8b3c859b0fb44f77ed688cbffddcb247b Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan.bastani@ens.fr>
Date: Fri, 8 Jun 2012 15:05:20 +0200
Subject: [PATCH] fix function name

---
 matlab/ep/extended_path_parfor.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/ep/extended_path_parfor.m b/matlab/ep/extended_path_parfor.m
index f3525cbda0..da1a69d3b1 100644
--- a/matlab/ep/extended_path_parfor.m
+++ b/matlab/ep/extended_path_parfor.m
@@ -1,4 +1,4 @@
-function time_series = extended_path(initial_conditions,sample_size)
+function time_series = extended_path_parfor(initial_conditions,sample_size)
 % Stochastic simulation of a non linear DSGE model using the Extended Path method (Fair and Taylor 1983). A time
 % series of size T  is obtained by solving T perfect foresight models.
 %
@@ -14,7 +14,7 @@ function time_series = extended_path(initial_conditions,sample_size)
 %
 % SPECIAL REQUIREMENTS
 
-% Copyright (C) 2009, 2010, 2011 Dynare Team
+% Copyright (C) 2009-2012 Dynare Team
 %
 % This file is part of Dynare.
 %
-- 
GitLab