From 72dc83bdda08eb9a81fad67bd619d8c39ef04059 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 13 Aug 2012 11:06:24 +0000 Subject: [PATCH] remove commented code --- src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx index 5959507..9dc9650 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx @@ -25,7 +25,6 @@ // Author : Michael Sazonov (OCN) // Date : 20/03/2006 // Project : SALOME -// $Header$ //============================================================================= // #include "NETGENPlugin_NETGEN_2D3D.hxx" @@ -125,7 +124,7 @@ bool NETGENPlugin_NETGEN_2D3D::CheckHypothesis //============================================================================= /*! - *Here we are going to use the NETGEN mesher + * Here we are going to use the NETGEN mesher */ //============================================================================= @@ -135,15 +134,19 @@ bool NETGENPlugin_NETGEN_2D3D::Compute(SMESH_Mesh& aMesh, #ifdef WITH_SMESH_CANCEL_COMPUTE netgen::multithread.terminate = 0; #endif -// SMESHDS_Mesh* meshDS = aMesh.GetMeshDS(); NETGENPlugin_Mesher mesher(&aMesh, aShape, true); -// NETGENPlugin_Mesher mesher(meshDS, aShape, true); mesher.SetParameters(dynamic_cast(_hypothesis)); mesher.SetParameters(dynamic_cast(_hypothesis)); return mesher.Compute(); } +//============================================================================= +/*! + * + */ +//============================================================================= + #ifdef WITH_SMESH_CANCEL_COMPUTE void NETGENPlugin_NETGEN_2D3D::CancelCompute() { -- 2.39.2