From 2ee9cae7ae0bb7a556910d0f8dcc6a14ba7ba7ee Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Mon, 19 Nov 2012 10:01:18 -0500 Subject: use unsigned int --- fly-tools/FlyTrackingMain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fly-tools/FlyTrackingMain.cpp b/fly-tools/FlyTrackingMain.cpp index c68fe3c..5dd94f7 100644 --- a/fly-tools/FlyTrackingMain.cpp +++ b/fly-tools/FlyTrackingMain.cpp @@ -111,8 +111,8 @@ ostream &operator<<(ostream &out, FrameInfo & fI) { } void bubbleSort(vector & fov) { - for(int i=1; i > veloci int flag = false; int maxSeqSize = 0; int st = 0; - for (int j=0; j prevVel = velocityDirs[j]; pair currVel = velocityDirs[j+1]; -- cgit v1.2.1