mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 10:40:36 +05:00
Fix compilation error on gcc 4.2
This commit is contained in:
parent
77270c3d82
commit
a593ecab98
@ -11157,7 +11157,7 @@ bool SMESH_MeshEditor::DoubleNodesOnGroupBoundaries( const std::vector<TIDSorted
|
||||
{
|
||||
vector<int> nodes = ite->first;
|
||||
vector<int> orderDom = ite->second;
|
||||
vector<long long int> orderedNodes;
|
||||
vector<vtkIdType> orderedNodes;
|
||||
if (nodes.size() == 2)
|
||||
{
|
||||
//MESSAGE(" use edgesMultiDomains " << nodes[0] << " " << nodes[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user