Skip to content
Snippets Groups Projects
Commit 584d1ec0 authored by Yves Gouriou's avatar Yves Gouriou
Browse files

Bug dans corTsgLinear - mauvaise initialisation

d'un compteur.
parent 7bc13e60
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ qc_list = get(tsg.qc.hash);
% iterate (loop) on each key store inside hastable
% ------------------------------------------------
keptCode = [];
nKeptCode = [];
nKeptCode = 0;
for i=1:numel(qc_list)
% get key and some values in hashtable
......
......@@ -24,7 +24,7 @@ tsg = getappdata( hMainFig, 'tsg_data');
% Get the parameter
% -----------------
PARA = tsg.preference.parameter;
% PARA = tsg.preference.parameter;
% Shorten the variable name
% -------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment