From f9bf125562590841f114ca7fd05e3b42308e0d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= 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. --- preprocessor/ModFile.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc index 0b52a1b56..7d7b41685 100644 --- a/preprocessor/ModFile.cc +++ b/preprocessor/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