From: eap Date: Tue, 26 May 2009 05:22:13 +0000 (+0000) Subject: 0019936: EDF 794 SMESH : Export UNV : Node color and group id X-Git-Tag: V5_1_2rc1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cead6d7aed0b1608f4856745e8c00f3e0fba4e96;p=modules%2Fsmesh.git 0019936: EDF 794 SMESH : Export UNV : Node color and group id default node color - 11 --- diff --git a/src/DriverUNV/UNV2411_Structure.cxx b/src/DriverUNV/UNV2411_Structure.cxx index 1d3707c6e..55ad1cec2 100644 --- a/src/DriverUNV/UNV2411_Structure.cxx +++ b/src/DriverUNV/UNV2411_Structure.cxx @@ -29,18 +29,12 @@ using namespace std; using namespace UNV; using namespace UNV2411; -#ifdef _DEBUG_ -static int MYDEBUG = 1; -#else -static int MYDEBUG = 0; -#endif - static string _label_dataset = "2411"; UNV2411::TRecord::TRecord(): exp_coord_sys_num(0), disp_coord_sys_num(0), - color(0) + color(11)//(0) - 0019936: EDF 794 SMESH : Export UNV : Node color and group id {} void UNV2411::Read(std::ifstream& in_stream, TDataSet& theDataSet)