From: eap Date: Fri, 8 Apr 2011 08:43:48 +0000 (+0000) Subject: - ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true); X-Git-Tag: V6_3_0a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ecdd9a61945c275d3f8de365ac129c82aa69c801;p=modules%2Fsmesh.git - ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true); + ExportToMEDX(file,auto_groups,SMESH::MED_V2_2,true); --- diff --git a/src/SMESH_I/SMESH_Mesh_i.cxx b/src/SMESH_I/SMESH_Mesh_i.cxx index e028b6107..6c062c61b 100644 --- a/src/SMESH_I/SMESH_Mesh_i.cxx +++ b/src/SMESH_I/SMESH_Mesh_i.cxx @@ -2489,7 +2489,7 @@ void SMESH_Mesh_i::ExportMED (const char* file, CORBA::Boolean auto_groups) throw(SALOME::SALOME_Exception) { - ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true); + ExportToMEDX(file,auto_groups,SMESH::MED_V2_2,true); } void SMESH_Mesh_i::ExportDAT (const char *file)