mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 18:18:34 +05:00
- ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true);
+ ExportToMEDX(file,auto_groups,SMESH::MED_V2_2,true);
This commit is contained in:
parent
513e407ce6
commit
ecdd9a6194
@ -2489,7 +2489,7 @@ void SMESH_Mesh_i::ExportMED (const char* file,
|
|||||||
CORBA::Boolean auto_groups)
|
CORBA::Boolean auto_groups)
|
||||||
throw(SALOME::SALOME_Exception)
|
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)
|
void SMESH_Mesh_i::ExportDAT (const char *file)
|
||||||
|
Loading…
Reference in New Issue
Block a user