]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
update for med 4.1
authorDUC ANH HOANG <dh77501n@dsp0861528.atlas.edf.fr>
Tue, 4 Feb 2020 14:50:10 +0000 (15:50 +0100)
committerDUC ANH HOANG <dh77501n@dsp0861528.atlas.edf.fr>
Tue, 4 Feb 2020 14:50:10 +0000 (15:50 +0100)
src/MEDWrapper/MED_Factory.cxx

index 6f3e9a2c2c2ee608e44a5131b75e88766059e04c..d9c273b65028597f9e46dddf2e8003599bcec375 100644 (file)
@@ -57,14 +57,14 @@ extern "C"
 // *******************************************************************************************************************
 
 #define MED_MAJOR_EXPECTED 4
-#define MED_MINOR_EXPECTED 0
+#define MED_MINOR_EXPECTED 1
 #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 (MED_MAJOR_EXPECTED, MED_MINOR_EXPECTED)"
 #endif
 #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 above (MED_MAJOR_EXPECTED, MED_MINOR_EXPECTED)"
 #endif
-#define MED_VERSIONS_APPEND_COMPATIBLE {40, 32, 33} // --- 10*major + minor (the 3rd digit, release, is not used here,
+#define MED_VERSIONS_APPEND_COMPATIBLE {41, 40, 32, 33} // --- 10*major + minor (the 3rd digit, release, is not used here,
                                                     //                       med uses always the latest available)
                                                     // --- The first in the list should be the default: current version
 // --- empty med file content for the different MED versions with a different major.