Removed keyboard command.

time-shift
Stéphane Adjemian (Scylla) 2017-07-29 08:28:46 +02:00
parent dd3c4cd88c
commit d617d6fa31
1 changed files with 0 additions and 1 deletions

View File

@ -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';