From 8a4357640ecf3b18774c23f2d800921abaa1796e Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 29 Jul 2015 13:22:40 +0200 Subject: [PATCH] remove unnecessary assignment as the field is assigned in the constructor --- preprocessor/ModFile.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc index cd3c4ee4e..7e51a4d75 100644 --- a/preprocessor/ModFile.cc +++ b/preprocessor/ModFile.cc @@ -1094,7 +1094,6 @@ ModFile::writeExternalFilesJulia(const string &basename, FileOutputType output) << "model.dynare_version = \"" << PACKAGE_VERSION << "\"" << endl << "model.sigma_e = zeros(Float64, " << symbol_table.exo_nbr() << ", " << symbol_table.exo_nbr() << ")" << endl - << "model.sigma_e_is_diagonal = 1;" << endl << "model.correlation_matrix = ones(Float64, " << symbol_table.exo_nbr() << ", " << symbol_table.exo_nbr() << ")" << endl << "model.orig_eq_nbr = " << orig_eqn_nbr << endl