Skip to content
Snippets Groups Projects
Verified Commit 77ed1f3d authored by leprob001's avatar leprob001
Browse files

Merge branch 'Cathrine_Edits' into merge/cathrines-edits-into-master

parents 33fb32af 9e98094b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ if isfield(artoaGui.editTimeOfArrival, 'axesToaFromGps') ...
continue;
end
xIndex = find(xData == current.Position(1));
if min(xIndex) >= 0 && ~isnan(min(xIndex))
if xIndex >= 0 & ~isnan(xIndex)
current.Position(2) = yData(min(xIndex));
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment