From 580a9161eecb053c33b526ac47cadad470b7aad8 Mon Sep 17 00:00:00 2001 From: Jean-Luc Pons Date: Mon, 4 Mar 2019 07:56:04 +0100 Subject: [PATCH] Changed number of thread per block --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index a186fbd..6887638 100644 --- a/main.cpp +++ b/main.cpp @@ -22,7 +22,7 @@ #include #include -#define RELEASE "1.5" +#define RELEASE "1.5.1" using namespace std;