]> SALOME platform Git repositories - modules/med.git/blob - src/MEDMEM/MEDMEM_Compatibility21_22.hxx
Salome HOME
remove a reference to the $MED_ROOT_DIR in the Makefile.in wich is useless
[modules/med.git] / src / MEDMEM / MEDMEM_Compatibility21_22.hxx
1 /*
2   Include file managing the compatibility
3   Med File V 2.1 and V 2.2
4 */
5
6 #ifndef COMPATIBILITY_21_22_HXX
7 #define COMPATIBILITY_21_22_HXX
8
9 /*
10   Med File V 2.1 attributes
11 */
12
13 #undef MED_H
14 #undef MED_PROTO_H
15
16 # include <med.hxx>
17 # include <med_proto.hxx>
18
19 #undef MED_TAILLE_PNOM
20 #undef MED_NOPFLi
21
22 /*
23   Med File V 2.2 attributes
24 */
25
26 #undef MED_H
27 #undef MED_PROTO_H
28
29 namespace med_2_2 {
30   extern "C" { 
31 #include <med.h>
32 #include <med_proto.h>
33   }
34 }
35
36 /*
37   Core of the management V2.1 V2.2 of the Med File
38 */
39
40 #undef MED_TAILLE_PNOM
41 #undef MED_NOPFLi
42
43 #define MED_TAILLE_PNOM21   8
44 #define MED_TAILLE_PNOM22  16
45
46 #endif /* COMPATIBILITY_21_22_HXX */