Skip to content

Commit

Permalink
added more specific auto selection in LAPTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
dietzc committed Jan 11, 2014
1 parent db3ff45 commit 6581ca9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ protected DataTableSpec[] configure(DataTableSpec[] inSpecs)
StringValue.class,
inSpecs[0],
getColIndices(m_bitMaskColumnModel, ImgPlusValue.class,
inSpecs[0]),
getColIndices(m_sourceLabelingColumn, LabelingValue.class,
inSpecs[0]));

getColIndices(m_sourceLabelingColumn, LabelingValue.class, inSpecs[0]);

return createOutSpec();
}

Expand Down

0 comments on commit 6581ca9

Please sign in to comment.