From 43e5e58a6627dca57c26fdb3a66b3773883b9d64 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 --- ModFile.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ModFile.cc b/ModFile.cc index cd3c4ee4..7e51a4d7 100644 --- a/ModFile.cc +++ b/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