Mentions légales du service

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

Minor change.

Break the complex/real Faust checking loop as soon as possible into FaustCore constructor (one complex factor is sufficient to know a Faust is complex).
parent 281ebfe8
Branches
Tags
No related merge requests found
......@@ -65,6 +65,7 @@ classdef FaustCore < handle
for i=1:length(factors)
if (~isreal(factors{i}))
isRealFlag = 0;
break
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment