From c40cdeb4021fc1a638969563972f13c9f5e90d74 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 09 Oct 2015 19:50:43 +0000
Subject: [PATCH] lots of comparator stuff

---
 src/coco.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/coco.c b/src/coco.c
index c016548..f6b135f 100644
--- a/src/coco.c
+++ b/src/coco.c
@@ -135,6 +135,7 @@
         }
     }
 }
+
 void get_boxes(float *predictions, int n, int num_boxes, int per_box, box *boxes)
 {
     int i,j;

--
Gitblit v1.10.0