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

patch11 - targets group by dstID

parent ebe59d59
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ qSrcCosts=fetch(conn,cmd);
cmd=['select cellID_src,cellID_dst,trackID as trackID_dst,min(cost),time as time_dst '...
' from tblCells inner join tblDistCC on cellID=cellID_dst where cellID_src in '...
cidList];
cidList ' group by cellID_dst'];
qPatch=fetch(conn,cmd);
qPatch(qPatch.cellID_dst~=qPatch.trackID_dst,:)=[];
for i=1:length(qPatch.cellID_src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment