From: Anthony Geay Date: Mon, 30 Sep 2019 08:50:32 +0000 (+0200) Subject: Porting to MED4.1 X-Git-Tag: V9_4_0a2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=08fb2c2e082ece82f4084bf2e5050b64c23830f9;hp=b14a10d6220ca74456d6a2d725f9ed53d10de74d Porting to MED4.1 --- diff --git a/src/MEDWrapper/MED_Factory.cxx b/src/MEDWrapper/MED_Factory.cxx index c6d62d253..f01350f2a 100644 --- a/src/MEDWrapper/MED_Factory.cxx +++ b/src/MEDWrapper/MED_Factory.cxx @@ -52,7 +52,7 @@ extern "C" #if MED_MAJOR_NUM != MED_MAJOR_EXPECTED #error "MED major version does not correspond to the expected version, fix the minor and major compatibility values in CheckCompatibility method (MED_VERSIONS_APPEND_COMPATIBLE) and set the correct expected version" #endif -#if MED_MINOR_NUM != MED_MINOR_EXPECTED +#if MED_MINOR_NUM <= MED_MINOR_EXPECTED #error "MED minor version does not correspond to the expected version, fix the minor and major compatibility values in CheckCompatibility method (MED_VERSIONS_APPEND_COMPATIBLE) and set the correct expected version" #endif #define MED_VERSIONS_APPEND_COMPATIBLE {40, 32, 33} // --- 10*major + minor (the 3rd digit, release, is not used here,