Blob Blame History Raw
diff -rupN --no-dereference gmsh-4.12.2-source/src/common/CommandLine.cpp gmsh-4.12.2-source-new/src/common/CommandLine.cpp
--- gmsh-4.12.2-source/src/common/CommandLine.cpp	2024-01-18 17:52:07.000000000 +0100
+++ gmsh-4.12.2-source-new/src/common/CommandLine.cpp	2024-01-27 23:09:40.239174580 +0100
@@ -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.12.2-source/src/fltk/helpWindow.cpp gmsh-4.12.2-source-new/src/fltk/helpWindow.cpp
--- gmsh-4.12.2-source/src/fltk/helpWindow.cpp	2024-01-18 17:52:07.000000000 +0100
+++ gmsh-4.12.2-source-new/src/fltk/helpWindow.cpp	2024-01-27 23:09:40.243174574 +0100
@@ -36,7 +36,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.12.2-source/src/geo/GModelIO_MED.cpp gmsh-4.12.2-source-new/src/geo/GModelIO_MED.cpp
--- gmsh-4.12.2-source/src/geo/GModelIO_MED.cpp	2024-01-18 17:52:07.000000000 +0100
+++ gmsh-4.12.2-source-new/src/geo/GModelIO_MED.cpp	2024-01-27 23:09:40.246174569 +0100
@@ -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.12.2-source/src/post/PViewDataGModelIO_MED.cpp gmsh-4.12.2-source-new/src/post/PViewDataGModelIO_MED.cpp
--- gmsh-4.12.2-source/src/post/PViewDataGModelIO_MED.cpp	2024-01-18 17:52:07.000000000 +0100
+++ gmsh-4.12.2-source-new/src/post/PViewDataGModelIO_MED.cpp	2024-01-27 23:09:40.250174563 +0100
@@ -11,7 +11,7 @@
 
 #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