From d617d6fa31041e98d55f15bbed8d4daa16f0abca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Sat, 29 Jul 2017 08:28:46 +0200 Subject: [PATCH] Removed keyboard command. --- matlab/var_estimation.m | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab/var_estimation.m b/matlab/var_estimation.m index 4442fd28e..6ff7a6356 100644 --- a/matlab/var_estimation.m +++ b/matlab/var_estimation.m @@ -139,7 +139,6 @@ if isfield(M_.var.(model), 'restrictions') % Find linearly independent Columns of C [junk, beta1] = rref(C); if size(beta1,2) ~= N - keyboard error('You must have the same number of linear constraints as indpendent columns in the constraint matrix C.'); end beta1 = beta1';