From a99050f0c8cb0315fa31e3d1fa3e38594fe5e40a Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 08 Dec 2014 04:16:21 +0000
Subject: [PATCH] Some fixes to momentum

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

diff --git a/src/mini_blas.c b/src/mini_blas.c
index 4d92971..0c4c37b 100644
--- a/src/mini_blas.c
+++ b/src/mini_blas.c
@@ -53,6 +53,7 @@
 
 void test_blas()
 {
+
     time_random_matrix(0,0,100,100,100); 
     time_random_matrix(1,0,100,100,100); 
     time_random_matrix(0,1,100,100,100); 

--
Gitblit v1.10.0