From 9a8331da8377a5e0416ff6ba56a95ddf8b7aff39 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Mon, 15 Mar 2010 12:03:37 +0100 Subject: [PATCH] SWZ: - reverting part of last change to handling of Qi and Ri in ComputingTasks.cc: r is the number of lags present in the restrictions - fixing handling of Dirichlet option in mhm_input.dat. This fixes the strange Signal messages when running C executables. - fix path in test_upper_cholesky.mod --- ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 8cee259a..63288ff5 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -1102,7 +1102,7 @@ SvarIdentificationStatement::writeOutput(ostream &output, const string &basename int n = symbol_table.endo_nbr(); // int m = symbol_table.exo_nbr(); int m = 1; // this is the constant, not the shocks - int r = getMaxLag()+1; + int r = getMaxLag(); int k = r*n+m; if (k < 1)