Mentions légales du service

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

Hide output in matfaust.Faust.conj.

parent 9ea1de18
No related branches found
No related tags found
No related merge requests found
......@@ -1157,7 +1157,7 @@ classdef Faust
%>
%======================================================================
function F_conj = conj(F)
F_conj = matfaust.Faust(F, call_mex(F, 'conj'))
F_conj = matfaust.Faust(F, call_mex(F, 'conj'));
end
%======================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment