From be67116bf957f88dc6bb2a0c746212bca843c2da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Sat, 14 Oct 2017 17:43:20 +0200
Subject: [PATCH] Removed useless commented line in main generated matlab
 script.

---
 ModFile.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ModFile.cc b/ModFile.cc
index 57e2e188..c03a8696 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -672,7 +672,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
               << "% Define global variables." << endl
               << "global M_ options_ oo_ estim_params_ bayestopt_ dataset_ dataset_info estimation_info ys0_ ex0_" << endl
               << "options_ = [];" << endl
-- 
GitLab