Fix compilation error on gcc 4.2

This commit is contained in:
vsr 2011-03-21 15:12:11 +00:00
parent 77270c3d82
commit a593ecab98

View File

@ -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]);