mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-02 04:24:28 +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
|
// Find out nodes distribution on the source edge
|
||||||
// -----------------------------------------------
|
// -----------------------------------------------
|
||||||
|
|
||||||
double srcLength = EdgeLength( srcEdge );
|
//double srcLength = EdgeLength( srcEdge );
|
||||||
double tgtLength = EdgeLength( tgtEdge );
|
//double tgtLength = EdgeLength( tgtEdge );
|
||||||
|
|
||||||
vector< double > params; // sorted parameters of nodes on the source edge
|
vector< double > params; // sorted parameters of nodes on the source edge
|
||||||
if ( !SMESH_Algo::GetNodeParamOnEdge( srcMesh->GetMeshDS(), srcEdge, params ))
|
if ( !SMESH_Algo::GetNodeParamOnEdge( srcMesh->GetMeshDS(), srcEdge, params ))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user