mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
unused variables
This commit is contained in:
parent
9a6c1bd34d
commit
188c7b742c
@ -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 ))
|
||||
|
Loading…
Reference in New Issue
Block a user