mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
11 lines
422 B
Diff
11 lines
422 B
Diff
--- c/src/ci/MEDfileCompatibility.c
|
|
+++ w/src/ci/MEDfileCompatibility.c
|
|
@@ -113,7 +113,7 @@
|
|
#if MED_NUM_MAJEUR != 4
|
|
#error "Don't forget to update the test version here when you change the major version of the library !"
|
|
#endif
|
|
-#if H5_VERS_MINOR > 10
|
|
+#if 0
|
|
#error "Don't forget to check the compatibility version of the library, depending on the internal hdf model choice !"
|
|
#error "Cf. _MEDfileCreate ..."
|
|
#endif
|