From df4ee4b9836a876283474ea2b27d65e37cf49cd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Fri, 19 Dec 2014 12:54:09 +0100
Subject: [PATCH] Moved files related to perfect foresight models in a
 subfolder.

---
 matlab/dynare_config.m                                           | 1 +
 matlab/{ => perfect-foresight-models}/make_ex_.m                 | 0
 matlab/{ => perfect-foresight-models}/make_y_.m                  | 0
 .../{ => perfect-foresight-models}/perfect_foresight_problem.m   | 0
 matlab/{ => perfect-foresight-models}/perfect_foresight_setup.m  | 0
 .../perfect_foresight_simulation.m                               | 0
 matlab/{ => perfect-foresight-models}/perfect_foresight_solver.m | 0
 7 files changed, 1 insertion(+)
 rename matlab/{ => perfect-foresight-models}/make_ex_.m (100%)
 rename matlab/{ => perfect-foresight-models}/make_y_.m (100%)
 rename matlab/{ => perfect-foresight-models}/perfect_foresight_problem.m (100%)
 rename matlab/{ => perfect-foresight-models}/perfect_foresight_setup.m (100%)
 rename matlab/{ => perfect-foresight-models}/perfect_foresight_simulation.m (100%)
 rename matlab/{ => perfect-foresight-models}/perfect_foresight_solver.m (100%)

diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m
index 2d2ac9df9..dbb7454ea 100644
--- a/matlab/dynare_config.m
+++ b/matlab/dynare_config.m
@@ -50,6 +50,7 @@ addpath([dynareroot '/kalman/'])
 addpath([dynareroot '/kalman/likelihood'])
 addpath([dynareroot '/AIM/'])
 addpath([dynareroot '/partial_information/'])
+addpath([dynareroot '/perfect-foresight-models/'])
 addpath([dynareroot '/ms-sbvar/'])
 addpath([dynareroot '/ms-sbvar/identification/'])
 addpath([dynareroot '../contrib/ms-sbvar/TZcode/MatlabFiles/'])
diff --git a/matlab/make_ex_.m b/matlab/perfect-foresight-models/make_ex_.m
similarity index 100%
rename from matlab/make_ex_.m
rename to matlab/perfect-foresight-models/make_ex_.m
diff --git a/matlab/make_y_.m b/matlab/perfect-foresight-models/make_y_.m
similarity index 100%
rename from matlab/make_y_.m
rename to matlab/perfect-foresight-models/make_y_.m
diff --git a/matlab/perfect_foresight_problem.m b/matlab/perfect-foresight-models/perfect_foresight_problem.m
similarity index 100%
rename from matlab/perfect_foresight_problem.m
rename to matlab/perfect-foresight-models/perfect_foresight_problem.m
diff --git a/matlab/perfect_foresight_setup.m b/matlab/perfect-foresight-models/perfect_foresight_setup.m
similarity index 100%
rename from matlab/perfect_foresight_setup.m
rename to matlab/perfect-foresight-models/perfect_foresight_setup.m
diff --git a/matlab/perfect_foresight_simulation.m b/matlab/perfect-foresight-models/perfect_foresight_simulation.m
similarity index 100%
rename from matlab/perfect_foresight_simulation.m
rename to matlab/perfect-foresight-models/perfect_foresight_simulation.m
diff --git a/matlab/perfect_foresight_solver.m b/matlab/perfect-foresight-models/perfect_foresight_solver.m
similarity index 100%
rename from matlab/perfect_foresight_solver.m
rename to matlab/perfect-foresight-models/perfect_foresight_solver.m
-- 
GitLab