From 0bfc70676f9098d7df22c5fd473c7df75acc85f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Tue, 10 Oct 2017 10:34:41 +0200
Subject: [PATCH] Upgraded dseries and dates classes.

 - Switched to master branch with new OOP interface.
 - Removed initialization of empty dseries and dates objects (preprocessor).
---
 ModFile.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ModFile.cc b/ModFile.cc
index 06c9bf82..57e2e188 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -673,8 +673,6 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool clear_glo
 
   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