Mercurial > hg > sfx-subgrouping
changeset 30:b3396ee02c42
include output for each line
author | DaveM |
---|---|
date | Wed, 15 Mar 2017 11:23:40 +0000 |
parents | dafd1f69cd63 |
children | 55813e99c6cf |
files | phase2/treeLinkFeatures.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/phase2/treeLinkFeatures.m Wed Mar 15 11:19:47 2017 +0000 +++ b/phase2/treeLinkFeatures.m Wed Mar 15 11:23:40 2017 +0000 @@ -41,7 +41,7 @@ %% while (~isempty(currentRow)) if(currentRow(1) > listSize) - row = currentRow(1) - listSize; + row = currentRow(1) - listSize % rD = linkList(row,4); if any(linkList(row,4)==depthThresh) classList = traceLinkageToBinary(linkList, row);