- ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true);

+  ExportToMEDX(file,auto_groups,SMESH::MED_V2_2,true);
This commit is contained in:
eap 2011-04-08 08:43:48 +00:00
parent 513e407ce6
commit ecdd9a6194

View File

@ -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)