mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 10:00:33 +05:00
[Bug PAL7252] DEVELOPMENT: Porting to MED2.2
This commit is contained in:
parent
f4333d2f61
commit
c483b7246f
@ -639,7 +639,7 @@ void SMESH_Mesh::ExportMED(const char *file,
|
|||||||
{
|
{
|
||||||
Unexpect aCatch(SalomeException);
|
Unexpect aCatch(SalomeException);
|
||||||
DriverMED_W_SMESHDS_Mesh myWriter;
|
DriverMED_W_SMESHDS_Mesh myWriter;
|
||||||
myWriter.SetFile ( file );
|
myWriter.SetFile ( file, MED::EVersion(theVersion) );
|
||||||
myWriter.SetMesh ( _myMeshDS );
|
myWriter.SetMesh ( _myMeshDS );
|
||||||
if ( !theMeshName )
|
if ( !theMeshName )
|
||||||
myWriter.SetMeshId ( _idDoc );
|
myWriter.SetMeshId ( _idDoc );
|
||||||
|
Loading…
Reference in New Issue
Block a user