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:
enk 2005-05-06 04:57:10 +00:00
parent 0c4051201d
commit 585fb7a063

View File

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