Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/med.git] / src / MEDMEM / MEDMEM_MEDMEMgaussEcr.hxx
1 // Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
2 //           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either 
6 // version 2.1 of the License.
7 // 
8 // This library is distributed in the hope that it will be useful 
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
11 // Lesser General Public License for more details.
12 // 
13 // You should have received a copy of the GNU Lesser General Public  
14 // License along with this library; if not, write to the Free Software 
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 // 
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 // 
19 #ifndef  MEDMEM_MEDMEMGAUSSECR_HXX
20 #define  MEDMEM_MEDMEMGAUSSECR_HXX
21
22 #include "MEDMEM.hxx"
23
24 /*
25  * En attendant une correction de la gestion du mode d'accès au fichier dans MEDfichier
26  * on intègre la correction ici.
27  */
28 namespace med_2_3 {
29   extern "C" {
30
31 # define __UTILITES_H__
32 #include <med_outils.h>
33 # undef __UTILITES_H__
34
35 #include <string.h>
36 #include <stdlib.h>
37
38 MEDMEM_EXPORT med_err
39 MEDMEMgaussEcr(med_idt fid, med_geometrie_element type_geo, med_float *refcoo, med_mode_switch mode_coo,
40             med_int ngauss, med_float *gscoo, med_float * wg, char * locname );
41
42   }
43 }
44
45 #endif