Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 073c4dac authored by hhakim's avatar hhakim
Browse files

Minor fix in matfaust.faust_fact().

Arguments weren't passed correctly and return result neither.
parent 0d77a499
Branches
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@
%> <p>@b See @b also FaustFactory.fact_hierarchical
%====================================
function varargout = faust_fact(varargin)
varargout = matfaust.FaustFactory.fact_hierarchical(varargin)
[F, lambda, p] = matfaust.FaustFactory.fact_hierarchical(varargin{:});
varargout = {F, lambda, p};
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment