mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
bos #20646 [CEA] Fix error in polyhedron per solid on pentahedron
This commit is contained in:
parent
bca8bf9ddb
commit
b586ea5065
@ -299,10 +299,6 @@ namespace
|
||||
if ( hexa[1] == -1 )
|
||||
return newHexPrism;
|
||||
|
||||
int iSide = hexa[0] + 1;
|
||||
if ( iSide == hexa[1] )
|
||||
++iSide;
|
||||
|
||||
const SMDS_MeshElement* botFace = faces[ hexa[ 0 ]];
|
||||
const SMDS_MeshElement* topFace = faces[ hexa[ 1 ]];
|
||||
std::vector< const SMDS_MeshNode* > nodes( 24 ); // last 12 is a working buffer
|
||||
|
Loading…
Reference in New Issue
Block a user