mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
Fix: Bug IPAL8750
Polygons and polyhedrons aren't saved in HDF. Changed version V2_1 to V2_2 for default writing MED file in SMESH module(it use in Save study)
This commit is contained in:
parent
0c4051201d
commit
585fb7a063
@ -63,7 +63,7 @@ void DriverMED_W_SMESHDS_Mesh::SetFile(const std::string& theFileName,
|
||||
|
||||
void DriverMED_W_SMESHDS_Mesh::SetFile(const std::string& theFileName)
|
||||
{
|
||||
return SetFile(theFileName,MED::eV2_1);
|
||||
return SetFile(theFileName,MED::eV2_2);
|
||||
}
|
||||
|
||||
void DriverMED_W_SMESHDS_Mesh::SetMeshName(const std::string& theMeshName)
|
||||
|
Loading…
Reference in New Issue
Block a user