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

patch12 - use only terminal nodes as src's

parent 50e91a6a
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,9 @@ end
function qSrc=getPatchCandidates(conn)
cmd=[' select min(cost),cellID_src,cellID_dst from tblDistCC inner join '...
' tblCells on cellID_dst=cellID ' ...
' group by trackID,cellID_src'];
' (select cellID as cellID1,trackID as trackID_src,max(time) as '...
' tmax from tblCells '...
' group by trackID) on tblDistCC.cellID_src=cellID1 '...
' group by cellID_src '];
qSrc=fetch(conn,cmd);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment