From b240ced4a835542605eaf61f3d4024e65267c74d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Mon, 12 Dec 2016 10:14:48 +0100
Subject: [PATCH] Changed repositories and branches for submodules.

Submodules dates and dseries now target the private repositories available at

https://gitlab.com/McModelTeam

We use the new oop syntax with the matla-fame-io submodule in dseries.
---
 .gitmodules            | 8 ++++----
 matlab/modules/dates   | 2 +-
 matlab/modules/dseries | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 37399d3b10..b7dc23d099 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -18,12 +18,12 @@
 	url = https://github.com/DynareTeam/particles.git
 [submodule "matlab/modules/dates"]
 	path = matlab/modules/dates
-	url = https://github.com/DynareTeam/dates.git
-	branch = old-oop-style
+	url =  git@gitlab.com:McModelTeam/dates.git
+	branch = master
 [submodule "matlab/modules/dseries"]
 	path = matlab/modules/dseries
-	url = https://github.com/DynareTeam/dseries.git
-	branch = old-oop-style
+	url = git@gitlab.com:McModelTeam/dseries.git
+	branch = master-with-fame-io
 [submodule "matlab/modules/reporting"]
 	path = matlab/modules/reporting
 	url = https://github.com/DynareTeam/reporting.git
\ No newline at end of file
diff --git a/matlab/modules/dates b/matlab/modules/dates
index f37d523020..bd9414ae66 160000
--- a/matlab/modules/dates
+++ b/matlab/modules/dates
@@ -1 +1 @@
-Subproject commit f37d5230207dc4ddcb5a8fbe9c2ee21721db8e7c
+Subproject commit bd9414ae66e434441c3b55287429125e96af54ce
diff --git a/matlab/modules/dseries b/matlab/modules/dseries
index 280a934679..34facaf8b9 160000
--- a/matlab/modules/dseries
+++ b/matlab/modules/dseries
@@ -1 +1 @@
-Subproject commit 280a93467913c001ec1db68bfb699123e44b34b3
+Subproject commit 34facaf8b9e3abcc147205292a12be18b1c4f9a3
-- 
GitLab