From 188c7b742c7679a9da060ca8d05c08f8f63323d7 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 22 Jan 2010 11:36:53 +0000 Subject: [PATCH] unused variables --- src/StdMeshers/StdMeshers_Projection_1D.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/StdMeshers/StdMeshers_Projection_1D.cxx b/src/StdMeshers/StdMeshers_Projection_1D.cxx index 734e3edc1..57a45d0b8 100644 --- a/src/StdMeshers/StdMeshers_Projection_1D.cxx +++ b/src/StdMeshers/StdMeshers_Projection_1D.cxx @@ -433,8 +433,8 @@ bool StdMeshers_Projection_1D::Evaluate(SMESH_Mesh& theMesh, // Find out nodes distribution on the source edge // ----------------------------------------------- - double srcLength = EdgeLength( srcEdge ); - double tgtLength = EdgeLength( tgtEdge ); + //double srcLength = EdgeLength( srcEdge ); + //double tgtLength = EdgeLength( tgtEdge ); vector< double > params; // sorted parameters of nodes on the source edge if ( !SMESH_Algo::GetNodeParamOnEdge( srcMesh->GetMeshDS(), srcEdge, params )) -- 2.30.2