Mentions légales du service

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

Fix missing namespace matfaust in matfaust.Faust.mtimes_trans() (next to 3f4d86cc).

parent 270b1683
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ classdef Faust ...@@ -281,7 +281,7 @@ classdef Faust
if (trans ~= 1) && (trans ~= 0) if (trans ~= 1) && (trans ~= 0)
error('invalid argument trans, must be equal to 0 or 1'); error('invalid argument trans, must be equal to 0 or 1');
end end
if(isa(A,'Faust')) if(isa(A,'matfaust.Faust'))
if (F.isReal) if (F.isReal)
C = matfaust.Faust(F, mexFaustReal('mul_faust', F.matrix.objectHandle, A.matrix.objectHandle)); C = matfaust.Faust(F, mexFaustReal('mul_faust', F.matrix.objectHandle, A.matrix.objectHandle));
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment