Upgraded dseries and dates classes.

- Switched to master branch with new OOP interface.
 - Removed initialization of empty dseries and dates objects (preprocessor).
time-shift
Stéphane Adjemian (Scylla) 2017-10-10 10:34:41 +02:00
parent 904ce4b4c9
commit 0e85dfdc15
3 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit f1dd6aa1e166f5dee77241737252260f7ea50946
Subproject commit 89facc6c6ac90196070609ae805af234ed2b6f06

@ -1 +1 @@
Subproject commit 79dee92ed04103757a7f6c380b4e1c3161d063e9
Subproject commit 8051f8ff1a7857ac2030ffeb99b9bb1a6feb1f83

View File

@ -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