0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes

correct isClosedChainOfSides()
This commit is contained in:
eap 2012-04-11 08:35:01 +00:00
parent 719b352189
commit 55899c73f3

View File

@ -727,7 +727,7 @@ namespace
nbChainLinks++;
}
return nbChainLinks == NB_QUAD_SIDES;
return ( n == n2 && nbChainLinks == NB_QUAD_SIDES );
}
//================================================================================