From: enk Date: Fri, 6 May 2005 04:57:10 +0000 (+0000) Subject: Fix: Bug IPAL8750 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=585fb7a063987b177559804652d9951ec11bac58;p=modules%2Fsmesh.git 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) --- 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)