Skip to content
Snippets Groups Projects
Commit 3f9358a8 authored by ac 20's avatar ac 20
Browse files

patch12 debug mode check for duplicate tracks

parent a9c1941a
Branches
No related tags found
No related merge requests found
......@@ -56,6 +56,11 @@ for i=1:length(qSrc.cellID_dst)
num2str(qSrc.cellID_src(i)) '))'];
exec(conn,cmd);
end
% % check for duplicate track entries - debug only
% qc=fetch(conn,'select * from (select trackID,count(trackID) as nt ,time from tblCells group by trackID,time) where nt>1');
% if ~isempty(qc)
% 4;
% end
end
function qTarget=getPatchTarget(conn,qSrc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment