Salome HOME
adding a new test for makeMesh method.
[modules/med.git] / src / MEDMEM / MEDMEM_Compatibility21_22.hxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 /*
23   Include file managing the compatibility
24   Med File V 2.1 and V 2.2
25 */
26
27 #ifndef COMPATIBILITY_21_22_HXX
28 #define COMPATIBILITY_21_22_HXX
29
30 /*
31   Med File V 2.1 attributes
32 */
33
34 #undef MED_H
35 #undef MED_PROTO_H
36
37 # include <med.hxx>
38 # include <med_proto.hxx>
39
40 #undef MED_TAILLE_PNOM
41 #undef MED_NOPFLi
42
43 /*
44   Med File V 2.2 attributes
45 */
46
47 #undef MED_H
48 #undef MED_PROTO_H
49
50 /*#ifdef med_2_3_NAMESPACE
51
52 {
53 #endif //med_2_3_NAMESPACE*/
54 namespace med_2_3 {
55   extern "C" { 
56     #include <med.h>
57     #include <med_proto.h>
58   }
59 }
60 //  }
61 //#ifdef med_2_3_NAMESPACE
62
63 //#endif //med_2_3_NAMESPACE
64
65 /*
66   Core of the management V2.1 V2.2 of the Med File
67 */
68
69 #undef MED_TAILLE_PNOM
70 #undef MED_NOPFLi
71
72 #define MED_TAILLE_PNOM21   8
73 #define MED_TAILLE_PNOM22  16
74
75 //#include "MEDMEM_define.hxx"
76 #include "MEDMEM_MedVersion.hxx"
77
78 namespace MEDMEM {
79
80   MEDMEM_EXPORT int getMedAccessMode(MED_EN::med_mode_acces mode,
81                        MED_EN::medFileVersion medVersion)
82     throw (MEDEXCEPTION);
83
84 }
85
86 #endif /* COMPATIBILITY_21_22_HXX */