From 490a3d66a60a0e94dcc7427d28f869e2d0e0abec 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 11:57:42 +0100
Subject: [PATCH] Removed initialization for dates and dseries.

This is not required with the new oop interface.
---
 ModFile.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ModFile.cc b/ModFile.cc
index 0b52a1b5..7d7b4168 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -645,9 +645,6 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool clear_glo
     mOutputFile << "clear M_ options_ oo_ estim_params_ bayestopt_ dataset_ dataset_info estimation_info ys0_ ex0_;" << endl;
 
   mOutputFile << "tic0 = tic;" << endl
-	      << "% Save empty dates and dseries objects in memory." << endl
-	      << "dates('initialize');" << endl
-	      << "dseries('initialize');" << endl
 	      << "% Define global variables." << endl
               << "global M_ options_ oo_ estim_params_ bayestopt_ dataset_ dataset_info estimation_info ys0_ ex0_" << endl
               << "options_ = [];" << endl
-- 
GitLab