Skip to content
Snippets Groups Projects
Commit 88d58a3c authored by Michel Juillard's avatar Michel Juillard
Browse files

MS-SBVAR: adding back restriction_fname 'exclusions' for user defined...

MS-SBVAR: adding back restriction_fname 'exclusions' for user defined exclusion identifying restrictions
parent e8d40906
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ if options_.ms.upper_cholesky
end
elseif options_.ms.lower_cholesky
options_.ms.restriction_fname = 'lower_cholesky';
%elseif ~isempty(options_.ms.Qi) && ~isempty(options_.ms.Ri)
% options_.ms.restriction_fname = 'exclusions';
elseif ~isempty(options_.ms.Qi) && ~isempty(options_.ms.Ri)
options_.ms.restriction_fname = 'exclusions';
else
options_.ms.restriction_fname = 0;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment