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