From be0bb1728388ae3ea50ddfffbe1ed71e7d1592c9 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 5 Apr 2006 07:38:27 +0000 Subject: [PATCH] *** empty log message *** --- src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx | 6 +++--- src/DriverUNV/DriverUNV_W_SMDS_Mesh.h | 8 ++++---- src/DriverUNV/UNV_Test.cxx | 1 - src/SMESH/SMESH_Mesh.cxx | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx index 4e75a762f..9e4fed760 100644 --- a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx +++ b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx @@ -23,7 +23,7 @@ #include "SMDS_Mesh.hxx" #include "SMESHDS_GroupBase.hxx" -#include "SMESH_Group.hxx" +//#include "SMESH_Group.hxx" #include "SMDS_QuadraticEdge.hxx" #include "SMDS_QuadraticFaceOfNodes.hxx" @@ -224,7 +224,7 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform() } UNV2412::Write(out_stream,aDataSet2412); } - { + /* { using namespace UNV2417; TDataSet aDataSet2417; for ( TGroupsMap::iterator it = myGroupsMap.begin(); it != myGroupsMap.end(); it++ ) { @@ -256,7 +256,7 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform() } } UNV2417::Write(out_stream,aDataSet2417); - } + }*/ } catch(const std::exception& exc){ INFOS("Follow exception was cought:\n\t"< -typedef std::map TGroupsMap; +//typedef std::map TGroupsMap; class DriverUNV_W_SMDS_Mesh: public Driver_SMDS_Mesh { public: virtual Status Perform(); - void SetGroups(const TGroupsMap& theGroupsMap) { myGroupsMap = theGroupsMap; } + // void SetGroups(const TGroupsMap& theGroupsMap) { myGroupsMap = theGroupsMap; } private: - TGroupsMap myGroupsMap; + // TGroupsMap myGroupsMap; }; diff --git a/src/DriverUNV/UNV_Test.cxx b/src/DriverUNV/UNV_Test.cxx index 1eb39c452..0156b5051 100644 --- a/src/DriverUNV/UNV_Test.cxx +++ b/src/DriverUNV/UNV_Test.cxx @@ -23,7 +23,6 @@ #include "DriverUNV_R_SMDS_Mesh.h" #include "DriverUNV_W_SMDS_Mesh.h" -#include "SMESH_Group.hxx" using namespace std; diff --git a/src/SMESH/SMESH_Mesh.cxx b/src/SMESH/SMESH_Mesh.cxx index 543decd5d..d870ae59f 100644 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@ -948,7 +948,7 @@ void SMESH_Mesh::ExportUNV(const char *file) throw(SALOME_Exception) myWriter.SetFile(string(file)); myWriter.SetMesh(_myMeshDS); myWriter.SetMeshId(_idDoc); - myWriter.SetGroups(_mapGroup); + // myWriter.SetGroups(_mapGroup); myWriter.Perform(); } -- 2.39.2