Skip to content
Snippets Groups Projects
Commit 29c1d89c authored by Mark Winter's avatar Mark Winter
Browse files

Partial fix for bLocked field not being initialized correctly.

parent 3c3303b9
No related branches found
No related tags found
No related merge requests found
......@@ -79,13 +79,14 @@ if (~isempty(CellTracks(trackID).hulls))
droppedTracks = [droppedTracks Families.RemoveFromTreePrune(CellTracks(trackID).childrenTracks(1))];
end
else
curFamilyID = length(CellFamilies) + 1;
curFamilyID = Families.CreateEmptyFamily();
%setup defaults for family tree
CellFamilies(curFamilyID).rootTrackID = trackID;
CellFamilies(curFamilyID).tracks = trackID;
CellFamilies(curFamilyID).startTime = time;
CellFamilies(curFamilyID).endTime = time;
CellTracks(trackID).familyID = curFamilyID;
CellTracks(trackID).color = UI.GetNextColor();
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment