Skip to content
Snippets Groups Projects
Commit 58bbdfb2 authored by Eric Wait's avatar Eric Wait
Browse files

Fixed GetHullID to return a 0 if not found

parent e3d1dc69
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
function hullID = GetHullID(time, trackID) function hullID = GetHullID(time, trackID)
global CellTracks global CellTracks
hullID = []; hullID = 0;
if (time<CellTracks(trackID).startTime), return, end if (time<CellTracks(trackID).startTime), return, end
if (time>CellTracks(trackID).endTime), return, end if (time>CellTracks(trackID).endTime), return, end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment