Blob Blame History Raw
diff -rupN --no-dereference gmsh-4.5.6-source/Common/CommandLine.cpp gmsh-4.5.6-source-new/Common/CommandLine.cpp
--- gmsh-4.5.6-source/Common/CommandLine.cpp	2020-03-30 16:09:59.000000000 +0200
+++ gmsh-4.5.6-source-new/Common/CommandLine.cpp	2020-03-30 21:37:17.517647264 +0200
@@ -42,7 +42,7 @@
 #endif
 
 #if defined(HAVE_MED)
-#include <med.h>
+#include <med/med.h>
 #endif
 
 #if defined(HAVE_POST)
diff -rupN --no-dereference gmsh-4.5.6-source/Fltk/helpWindow.cpp gmsh-4.5.6-source-new/Fltk/helpWindow.cpp
--- gmsh-4.5.6-source/Fltk/helpWindow.cpp	2020-03-28 12:28:04.000000000 +0100
+++ gmsh-4.5.6-source-new/Fltk/helpWindow.cpp	2020-03-30 21:37:17.517647264 +0200
@@ -38,7 +38,7 @@
 #endif
 
 #if defined(HAVE_MED)
-#include <med.h>
+#include <med/med.h>
 #endif
 
 static const char *help_link(Fl_Widget *w, const char *uri)
diff -rupN --no-dereference gmsh-4.5.6-source/Geo/GModelIO_MED.cpp gmsh-4.5.6-source-new/Geo/GModelIO_MED.cpp
--- gmsh-4.5.6-source/Geo/GModelIO_MED.cpp	2020-03-28 12:28:04.000000000 +0100
+++ gmsh-4.5.6-source-new/Geo/GModelIO_MED.cpp	2020-03-30 21:37:17.517647264 +0200
@@ -26,7 +26,7 @@
 #include "discreteVertex.h"
 #include "Context.h"
 
-#include <med.h>
+#include <med/med.h>
 
 #if(MED_MAJOR_NUM >= 3)
 // To avoid too many ifdefs below we use defines for the bits of the
diff -rupN --no-dereference gmsh-4.5.6-source/Post/PViewDataGModelIO.cpp gmsh-4.5.6-source-new/Post/PViewDataGModelIO.cpp
--- gmsh-4.5.6-source/Post/PViewDataGModelIO.cpp	2020-03-28 12:28:04.000000000 +0100
+++ gmsh-4.5.6-source-new/Post/PViewDataGModelIO.cpp	2020-03-30 21:37:17.518647264 +0200
@@ -471,7 +471,7 @@ void PViewDataGModel::importLists(int N[
 
 #if defined(HAVE_MED)
 
-#include <med.h>
+#include <med/med.h>
 
 #if(MED_MAJOR_NUM >= 3)
 // To avoid too many ifdefs below we use defines for the bits of the