getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Markus Bürg
Subject: [Getfem-commits] (no subject)
Date: Tue, 12 Dec 2017 08:45:37 -0500 (EST)

branch: mb-fix_compilation_error
commit aeee8112949af33fa08984c1525f221213a1c369
Author: mb <address@hidden>
Date:   Tue Dec 12 14:45:33 2017 +0100

    Add missing definition of GETFEM_HAVE_OPENMP.
---
 src/gmm/gmm_std.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gmm/gmm_std.h b/src/gmm/gmm_std.h
index b49fc06..4d565e5 100644
--- a/src/gmm/gmm_std.h
+++ b/src/gmm/gmm_std.h
@@ -124,6 +124,8 @@ inline void GMM_NOPERATION_(int) { }
 #include <array>
 #include <locale.h>
 
+#include "getfem/getfem_arch_config.h"
+
 namespace std {
 #if defined(__GNUC__) && (__cplusplus <= 201103L)
   template<typename _Tp>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]