From 1d4a5dc3466fa6be52e6f3edb56ed8acb7aee699 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Fri, 9 Dec 2016 12:22:30 +0000 Subject: [PATCH] Make OpenMP string name without version number --- OMPStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OMPStream.h b/OMPStream.h index 08af194..c475274 100644 --- a/OMPStream.h +++ b/OMPStream.h @@ -14,7 +14,7 @@ #include -#define IMPLEMENTATION_STRING "OpenMP 4.5" +#define IMPLEMENTATION_STRING "OpenMP" template class OMPStream : public Stream