From 585fb7a063987b177559804652d9951ec11bac58 Mon Sep 17 00:00:00 2001 From: enk Date: Fri, 6 May 2005 04:57:10 +0000 Subject: [PATCH] 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) --- src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx index dfae6f824..82e134adf 100644 --- a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx @@ -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) -- 2.39.2