Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 59c7aba1 authored by hhakim's avatar hhakim
Browse files

Minor fix in matfaust.Faust.clone().

parent 9e55c46c
No related branches found
No related tags found
No related merge requests found
...@@ -2193,7 +2193,7 @@ classdef Faust ...@@ -2193,7 +2193,7 @@ classdef Faust
for i=1:numfactors(F) for i=1:numfactors(F)
facs = [ facs {factors(F,i)} ]; facs = [ facs {factors(F,i)} ];
end end
Fc = Faust(facs); Fc = matfaust.Faust(facs);
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment