Deletion of unused definition of H_is_diagonal

Cosmetic fix
time-shift
Johannes Pfeifer 2013-09-03 16:23:24 +02:00
parent e1a0fd0524
commit c2e6feeb75
1 changed files with 0 additions and 5 deletions

View File

@ -99,11 +99,6 @@ if ~isequal(estim_params_.ncx,nnz(tril(M_.Sigma_e,-1)))
end
end
M_.H_is_diagonal = 1;
if estim_params_.ncn || ~isequal(nnz(M_.H),length(M_.H))
M_.H_is_diagonal = 0;
end
% Set the correlation matrix of measurement errors if necessary.
if ~isequal(estim_params_.ncn,nnz(tril(M_.H,-1)))
M_.Correlation_matrix_ME = diag(1./sqrt(diag(M_.H)))*M_.H*diag(1./sqrt(diag(M_.H)));