Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 548c1fba authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

solve pbm test CMakelist

parent d743a579
Branches
Tags
No related merge requests found
...@@ -562,13 +562,14 @@ if (nb_fact_load ~= nb_fact) ...@@ -562,13 +562,14 @@ if (nb_fact_load ~= nb_fact)
error('load and save faust : invalid number of factor of the loaded faust '); error('load and save faust : invalid number of factor of the loaded faust ');
end end
for i=1:nb_fact %{for i=1:nb_fact
A=get_fact(F_loaded,i); A=get_fact(F_loaded,i);
if(~isequal(A,factors{i})) if(~isequal(A,factors{i}))
error('get_fact : invalid factor'); error('get_fact : invalid factor');
end end
end end
%}
...@@ -596,13 +597,13 @@ disp('Ok'); ...@@ -596,13 +597,13 @@ disp('Ok');
%% get_fact test %% get_fact test
disp('TEST GET_FACT : '); disp('TEST GET_FACT : ');
for i=1:nb_fact %{for i=1:nb_fact
A=get_fact(F,i); A=get_fact(F,i);
if(A~=factors{i}) if(A~=factors{i})
error('get_fact : invalid factor'); error('get_fact : invalid factor');
end end
end end%}
disp('Ok'); disp('Ok');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment