mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 07:50:32 +05:00
V6_4_BR branch is locked!
This commit is contained in:
parent
b92bef0387
commit
d27fd22e6d
@ -438,7 +438,7 @@ bool SMESH_Algo::GetSortedNodesOnEdge(const SMESHDS_Mesh* theM
|
|||||||
return false;
|
return false;
|
||||||
const SMDS_EdgePosition* epos =
|
const SMDS_EdgePosition* epos =
|
||||||
static_cast<const SMDS_EdgePosition*>(node->GetPosition());
|
static_cast<const SMDS_EdgePosition*>(node->GetPosition());
|
||||||
theNodes.insert( make_pair( epos->GetUParameter(), node ));
|
theNodes.insert( theNodes.end(), make_pair( epos->GetUParameter(), node ));
|
||||||
//MESSAGE("U " << epos->GetUParameter() << " ID " << node->GetID());
|
//MESSAGE("U " << epos->GetUParameter() << " ID " << node->GetID());
|
||||||
++nbNodes;
|
++nbNodes;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user