mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
Remove message
This commit is contained in:
parent
b378520dcf
commit
bff1e1c08e
@ -158,7 +158,7 @@ void SMESHDS_SubMesh::AddNode(const SMDS_MeshNode * N)
|
|||||||
int shapeId = N->getshapeId();
|
int shapeId = N->getshapeId();
|
||||||
if ((shapeId > 0) && (idInSubShape >= 0))
|
if ((shapeId > 0) && (idInSubShape >= 0))
|
||||||
{
|
{
|
||||||
MESSAGE("========== AddNode already belonging to other subShape " << N->GetID());
|
// MESSAGE("========== AddNode already belonging to other subShape " << N->GetID());
|
||||||
// OK for vertex nodes
|
// OK for vertex nodes
|
||||||
//this->getParent()->UnSetNodeOnShape(N);
|
//this->getParent()->UnSetNodeOnShape(N);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user