mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 01:40:32 +05:00
0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
correct isClosedChainOfSides()
This commit is contained in:
parent
719b352189
commit
55899c73f3
@ -727,7 +727,7 @@ namespace
|
||||
nbChainLinks++;
|
||||
}
|
||||
|
||||
return nbChainLinks == NB_QUAD_SIDES;
|
||||
return ( n == n2 && nbChainLinks == NB_QUAD_SIDES );
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user