Skip to content

Commit

Permalink
bbGt.m: minor fix (thanks David Hall)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdollar committed Apr 23, 2014
1 parent d0e1684 commit c400f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion detector/bbGt.m
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
switch name
case 'lbl', for i=1:nObj, objs(i).lbl=vals{i}; end
case 'bb', for i=1:nObj, objs(i).bb=vals(i,:); end
case 'occ', for i=1:nObj, objs(i).ooc=vals(i); end
case 'occ', for i=1:nObj, objs(i).occ=vals(i); end
case 'bbv', for i=1:nObj, objs(i).bbv=vals(i,:); end
case 'ign', for i=1:nObj, objs(i).ign=vals(i); end
case 'ang', for i=1:nObj, objs(i).ang=vals(i); end
Expand Down
1 change: 1 addition & 0 deletions external/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version NEW
-fevalDistr.m: tweaks to HPC case
-bbGt.m: minor fix (thanks David Hall)
-minor: gradientMex.cpp

Version 3.25 (15-Dec-2013)
Expand Down

0 comments on commit c400f58

Please sign in to comment.