mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 13:00:36 +05:00
Correction of compilation error.
This commit is contained in:
parent
124ed20ba9
commit
2f7dfcc9ce
@ -135,7 +135,7 @@ void SMESH_Octree::Compute()
|
|||||||
//=================================================================
|
//=================================================================
|
||||||
void SMESH_Octree::buildChildren()
|
void SMESH_Octree::buildChildren()
|
||||||
{
|
{
|
||||||
myChildren = new (SMESH_Octree*)[8];
|
myChildren = new SMESH_Octree*[8];
|
||||||
|
|
||||||
gp_XYZ min = myBox->CornerMin();
|
gp_XYZ min = myBox->CornerMin();
|
||||||
gp_XYZ max = myBox->CornerMax();
|
gp_XYZ max = myBox->CornerMax();
|
||||||
|
Loading…
Reference in New Issue
Block a user