summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gmsh_macro.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/gmsh_macro.patch b/gmsh_macro.patch
new file mode 100644
index 000000000000..36acf5ddb8af
--- /dev/null
+++ b/gmsh_macro.patch
@@ -0,0 +1,16 @@
+diff --git a/feelpp/feel/feelfilters/gmshenums.cpp b/feelpp/feel/feelfilters/gmshenums.cpp
+index 037ef39c7..45289ac82 100644
+--- a/feelpp/feel/feelfilters/gmshenums.cpp
++++ b/feelpp/feel/feelfilters/gmshenums.cpp
+@@ -27,9 +27,9 @@
+ namespace Feel
+ {
+
+-#if GMSH_VERSION_GREATER_OR_EQUAL_THAN(4,2,0)
++#if 1
+ const char* FEELPP_GMSH_FORMAT_VERSION = "4.1";
+-#elif GMSH_VERSION_GREATER_OR_EQUAL_THAN(4,0,0)
++#elif 0
+ const char* FEELPP_GMSH_FORMAT_VERSION = "4.0";
+ #else
+ const char* FEELPP_GMSH_FORMAT_VERSION = "2.2";