X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Regular_1D_i.cxx;h=02f83b3c2f881644c4000a07b1803450016b2af6;hp=151551f2e2b01491dfe35254c339312cb3e2ee5e;hb=ccb5e3c25bf204e839c0094f50f543eacedba5e6;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54 diff --git a/src/StdMeshers_I/StdMeshers_Regular_1D_i.cxx b/src/StdMeshers_I/StdMeshers_Regular_1D_i.cxx index 151551f2e..02f83b3c2 100644 --- a/src/StdMeshers_I/StdMeshers_Regular_1D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_Regular_1D_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -50,7 +50,6 @@ StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i( PortableServer::POA_ptr thePOA SMESH_Algo_i( thePOA ), SMESH_1D_Algo_i( thePOA ) { - MESSAGE( "StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i" ); myBaseImpl = new ::StdMeshers_Regular_1D( theGenImpl->GetANewId(), theStudyId, theGenImpl ); @@ -66,7 +65,6 @@ StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i( PortableServer::POA_ptr thePOA StdMeshers_Regular_1D_i::~StdMeshers_Regular_1D_i() { - MESSAGE( "StdMeshers_Regular_1D_i::~StdMeshers_Regular_1D_i" ); } //============================================================================= @@ -79,7 +77,6 @@ StdMeshers_Regular_1D_i::~StdMeshers_Regular_1D_i() ::StdMeshers_Regular_1D* StdMeshers_Regular_1D_i::GetImpl() { - MESSAGE( "StdMeshers_Regular_1D_i::GetImpl" ); return ( ::StdMeshers_Regular_1D* )myBaseImpl; }